From eacbc91e1eaf3b3e6684ac1b43bd7048ecc4d9a3 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 3 Feb 2022 02:29:24 +0000 Subject: unsetting LDFLAGS for glibc, only default build --- repo/system/glibc.xibuild | 1 + 1 file changed, 1 insertion(+) (limited to 'repo/system/glibc.xibuild') 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 -- cgit v1.2.1