aboutsummaryrefslogtreecommitdiffstats
path: root/main/musl/0001-fix-Makefile-so-make-install-works-before-include-bi.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-07-17 21:12:15 +0300
committerTimo Teräs <timo.teras@iki.fi>2013-07-17 21:15:30 +0300
commit8bb80d7fa09677b9c1ec2e538b428734e4f37f84 (patch)
tree6839fcc16c6eecec8c96f117c72cbb159c005101 /main/musl/0001-fix-Makefile-so-make-install-works-before-include-bi.patch
parent07063077ede90cf3a7afc31583e663d7e41ddd23 (diff)
downloadaports-8bb80d7fa09677b9c1ec2e538b428734e4f37f84.tar.bz2
aports-8bb80d7fa09677b9c1ec2e538b428734e4f37f84.tar.xz
main/musl: fix popen/posix_spawn under qemu-user emulation
cherry-pick upstream commit working around the qemu-user deficiency.
Diffstat (limited to 'main/musl/0001-fix-Makefile-so-make-install-works-before-include-bi.patch')
-rw-r--r--main/musl/0001-fix-Makefile-so-make-install-works-before-include-bi.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/musl/0001-fix-Makefile-so-make-install-works-before-include-bi.patch b/main/musl/0001-fix-Makefile-so-make-install-works-before-include-bi.patch
index 42d5be18bb..c34d8c31d5 100644
--- a/main/musl/0001-fix-Makefile-so-make-install-works-before-include-bi.patch
+++ b/main/musl/0001-fix-Makefile-so-make-install-works-before-include-bi.patch
@@ -1,8 +1,8 @@
From 997d58d8052fb9f8374afd2fb456785f53217f50 Mon Sep 17 00:00:00 2001
From: Rich Felker <dalias@aerifal.cx>
Date: Mon, 1 Jul 2013 13:43:43 -0400
-Subject: [PATCH 1/9] fix Makefile so "make install" works before include/bits
- symlink exists
+Subject: [PATCH 01/10] fix Makefile so "make install" works before
+ include/bits symlink exists
previously, determination of the list of header files for installation
depended on the include/bits symlink (to the arch-specific files)