nmap: fix strip with llvm-strip
This commit is contained in:
parent
4d1e4ba204
commit
a36e68f7a7
@ -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_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
|
Loading…
Reference in New Issue
Block a user