blob: 482d0bad72397f62e1ea4c7c94d29ae94dab9821 (
plain)
1
2
3
4
5
6
7
8
|
pkg:setup
pushd libdnet-stripped
autoconf
popd
pkg:configure --without-liblua --without-python --without-zenmap --enable-static=yes --without-openssl --without-pcre
#make -j8 AR="${PKG_TARG}-ar"
pkg:make
pkg:install
|