diff options
Diffstat (limited to 'repo/system/glibc.xibuild')
-rw-r--r-- | repo/system/glibc.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/glibc.xibuild b/repo/system/glibc.xibuild index 98c0e33..0e0a376 100644 --- a/repo/system/glibc.xibuild +++ b/repo/system/glibc.xibuild @@ -17,7 +17,7 @@ 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 + patch -Np1 -i glibc-$PKG_VER-fhs-1.patch || true } build () { |