summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-03 02:29:24 +0000
committerdavidovski <david@davidovski.xyz>2022-02-03 02:29:24 +0000
commiteacbc91e1eaf3b3e6684ac1b43bd7048ecc4d9a3 (patch)
tree181946e66fa07518eb9ff2866887e81e4a68b60f
parent02f4b12b836a1ed5519d3b93ad977cb4699f4bbc (diff)
unsetting LDFLAGS for glibc, only default build
-rw-r--r--repo/system/glibc.xibuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/system/glibc.xibuild b/repo/system/glibc.xibuild
index ca0feaa..98c0e33 100644
--- a/repo/system/glibc.xibuild
+++ b/repo/system/glibc.xibuild
@@ -14,6 +14,7 @@ ADDITIONAL=(
DESC="The main gnu C library providing basic routines and procedures"
prepare () {
+ unset LDFLAGS
# patches as recommended by lfs
sed -e '/NOTIFY_REMOVED)/s/)/ \&\& data.attr != NULL)/' -i sysdeps/unix/sysv/linux/mq_notify.c
patch -Np1 -i glibc-$PKG_VER-fhs-1.patch || exit 1