diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-25 04:28:19 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-25 04:28:19 +0000 |
commit | 0afac1c419d6e9c2f0878eb736a6de186f229fa5 (patch) | |
tree | f012d78c6c578b00ce02bdecfdb02709d8544521 | |
parent | 1d9e97ba125fbd2333282d5b51266fe757f233c8 (diff) |
enable ipv6, closes #129, bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2773 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/libpcap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index c7dfd9991a..42bac46909 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpcap PKG_VERSION:=0.8.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=56a9d4615d8354fcfe8cff8c8443c77b PKG_SOURCE_URL:=http://www.tcpdump.org/release/ @@ -48,6 +48,7 @@ $(PKG_BUILD_DIR)/.configured: --enable-shared \ --enable-static \ --disable-yydebug \ + --enable-ipv6 \ --with-build-cc=$(HOSTCC) \ --with-pcap=linux \ ); |