summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-12-27 18:29:44 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-12-27 18:29:44 +0000
commit130b1d929ef4fb30e57ce604bbf46eada96404b9 (patch)
treeda72da70b68feeb7b2a135e34b6bd27a16f7f887
parent3fc89ff18a4650824f7f6cdd7594013882195ecd (diff)
downloadeglibc2-baserock/build-essential.tar.gz
Honour PREFIX, for consistencybaserock/build-essential
-rwxr-xr-xeglibc.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/eglibc.morph b/eglibc.morph
index 0fcf561b2..8a72f66c1 100755
--- a/eglibc.morph
+++ b/eglibc.morph
@@ -4,7 +4,7 @@
"configure-commands": [
"cd libc && ln -s ../ports ports",
"mkdir o",
- "cd o && CFLAGS=\"-fno-stack-protector -O2 -U_FORTIFY_SOURCE \" ../libc/configure --prefix=/usr --disable-profile --enable-add-ons --enable-kernel=2.6.25 --enable-stackguard-randomization --without-cvs --without-selinux libc_cv_c_cleanup=yes libc_cv_forced_unwind=yes libc_cv_ssp=no"
+ "cd o && CFLAGS=\"-fno-stack-protector -O2 -U_FORTIFY_SOURCE \" ../libc/configure --prefix=\"$PREFIX\" --disable-profile --enable-add-ons --enable-kernel=2.6.25 --enable-stackguard-randomization --without-cvs --without-selinux libc_cv_c_cleanup=yes libc_cv_forced_unwind=yes libc_cv_ssp=no"
],
"build-commands": [
"cd o && env user-defined-trusted-dirs=\"/lib:/usr/lib:/lib32:/usr/lib32:/usr/local/lib:/usr/local/lib32:/usr/local/lib64\" make CFLAGS=\"-O2 -U_FORTIFY_SOURCE -fno-stack-protector\""