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