diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-15 15:52:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-15 15:52:29 +0100 |
commit | 4f157056c307ae7d5d0cbd4fa35ffeb2916cd2e0 (patch) | |
tree | 93e8411b288ab46e3e993a1a2f0784255a5fc803 /package/nmap/Makefile | |
parent | 0c0e05a071067aa433b3cf13bd982543d9ad7d17 (diff) |
more Darwin compat fixes, add java as build dependency check for xbmc
Diffstat (limited to 'package/nmap/Makefile')
-rw-r--r-- | package/nmap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/nmap/Makefile b/package/nmap/Makefile index 6a756a4a9..09035c248 100644 --- a/package/nmap/Makefile +++ b/package/nmap/Makefile @@ -27,6 +27,7 @@ endif TARGET_CPPFLAGS+= -DNOLUA TARGET_LDFLAGS+= -lpthread +CONFIGURE_ENV+= ac_cv_dnet_bsd_bpf=no CONFIGURE_ARGS+= --without-openssl \ --without-zenmap \ --without-ndiff \ |