mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
Added LDFLAG for building keyutils with LLD-17
This commit is contained in:
@ -15,6 +15,9 @@
|
||||
patch -Np1 -i ../patches/keyutils-chimera/install.patch
|
||||
|
||||
read -p "Compile?" && \
|
||||
# If building with LLVM-17's LLD, set the LDFLAGS
|
||||
# https://github.com/termux/termux-packages/issues/18761#issuecomment-1864098542
|
||||
LDFLAGS="-Wl,--undefined-version" \
|
||||
make NO_ARLIB=1 LIBDIR=/usr/lib \
|
||||
USRLIBDIR=/usr/lib VERSION="1.6.3" \
|
||||
RELEASE="-r0" -j2 &&
|
||||
|
Reference in New Issue
Block a user