diff options
Diffstat (limited to 'repo/system/glibc.xibuild')
-rw-r--r-- | repo/system/glibc.xibuild | 1 |
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 |