mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-09 14:22:57 +02:00
nmap: make this cross compilable by disabling lua for now.
This commit is contained in:
parent
bad50224b0
commit
bd08bc7fb5
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@ version=7.30
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="lua"
|
build_options="lua"
|
||||||
build_options_default="lua"
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
build_options_default="lua"
|
||||||
|
fi
|
||||||
configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)"
|
configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)"
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
makedepends="libpcap-devel pcre-devel libressl-devel $(vopt_if lua lua52-devel)"
|
makedepends="libpcap-devel pcre-devel libressl-devel $(vopt_if lua lua52-devel)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue