X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/66f3991fb392c98c10c2097fe9fcbaaa520786b7..84aa0d726896a68e1366af824d9bd6b9f489d736:/build-package.sh diff --git a/build-package.sh b/build-package.sh index d966918a..a614b924 100755 --- a/build-package.sh +++ b/build-package.sh @@ -613,8 +613,8 @@ export STRIP=$TERMUX_HOST_PLATFORM-strip export CFLAGS="$_SPECSFLAG" export LDFLAGS="$_SPECSFLAG -L${TERMUX_PREFIX}/lib" # Android 7 started to support DT_RUNPATH (but not DT_RPATH), so we may want -# "-Wl,-rpath=$TERMUX_PREFIX/lib -Wl,--enable-new-dtags" here in the future -# - and no longer remove DT_RUNPATH in termux-elf-cleaner. +# LDFLAGS+="-Wl,-rpath=$TERMUX_PREFIX/lib -Wl,--enable-new-dtags" +# and no longer remove DT_RUNPATH in termux-elf-cleaner. if [ "$TERMUX_ARCH" = "arm" ]; then CFLAGS+=" -march=armv7-a -mfpu=neon -mfloat-abi=softfp"