From a36e68f7a7e8cca3e5170538f6bf53f3652f223a Mon Sep 17 00:00:00 2001 From: Ian Hu Date: Fri, 29 Oct 2021 20:54:58 +0800 Subject: [PATCH] nmap: fix strip with llvm-strip --- packages/nmap/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nmap/build.sh b/packages/nmap/build.sh index d6b8dbce0..65bffab8d 100644 --- a/packages/nmap/build.sh +++ b/packages/nmap/build.sh @@ -11,5 +11,5 @@ TERMUX_PKG_RECOMMENDS="nmap-ncat" # --without-nmap-update to avoid linking against libsvn_client: # --without-zenmap to avoid python scripts for graphical gtk frontend: # --without-ndiff to avoid python2-using ndiff utility: -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-static --with-liblua=$TERMUX_PREFIX --without-nmap-update --without-zenmap --without-ndiff" -TERMUX_PKG_BUILD_IN_SRC=true +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_path_STRIP=llvm-strip --enable-static --with-liblua=$TERMUX_PREFIX --without-nmap-update --without-zenmap --without-ndiff" +TERMUX_PKG_BUILD_IN_SRC=true \ No newline at end of file