Added LDFLAGS for building bluez with LLD-17

This commit is contained in:
dslm4515
2024-01-04 17:10:58 -06:00
parent 716581fc46
commit e255df4e83

View File

@ -31,6 +31,9 @@ patch -Np1 -i ../patches/bluez-chimera/005-hostname-Use-phone-class-for-handheld
patch -Np1 -i ../patches/bluez-chimera/fix-endianness.patch
patch -Np1 -i ../patches/bluez-chimera/test-mesh-crypto.patch
# If building with LLVM-17's LLD, set the LDFLAGS
# https://github.com/termux/termux-packages/issues/18761#issuecomment-1864098542
LDFLAGS="-Wl,--undefined-version" \
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \