projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add axtls embedded ssl/tls library.
[openwrt.git]
/
openwrt
/
package
/
nmap
/
Makefile
diff --git
a/openwrt/package/nmap/Makefile
b/openwrt/package/nmap/Makefile
index
23997b8
..
b60558f
100644
(file)
--- a/
openwrt/package/nmap/Makefile
+++ b/
openwrt/package/nmap/Makefile
@@
-3,9
+3,9
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=nmap
include $(TOPDIR)/rules.mk
PKG_NAME:=nmap
-PKG_VERSION:=
3.8
1
-PKG_RELEASE:=
2
-PKG_MD5SUM:=0
713306dda85aee2c95ef31b4b7d2838
+PKG_VERSION:=
4.0
1
+PKG_RELEASE:=
1
+PKG_MD5SUM:=0
9c259837b24f6c7385c2c1c49760a7c
PKG_SOURCE_URL:=http://download.insecure.org/nmap/dist
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://download.insecure.org/nmap/dist
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
@@
-50,6
+50,7
@@
$(PKG_BUILD_DIR)/.configured:
$(DISABLE_NLS) \
--without-openssl \
--without-nmapfe \
$(DISABLE_NLS) \
--without-openssl \
--without-nmapfe \
+ --with-libdnet="$(STAGING_DIR)/usr" \
--with-libpcap="$(STAGING_DIR)/usr" \
--with-libpcre="$(STAGING_DIR)/usr" \
);
--with-libpcap="$(STAGING_DIR)/usr" \
--with-libpcre="$(STAGING_DIR)/usr" \
);
This page took
0.02916 seconds
and
4
git commands to generate.