enable ipv6, closes #129, bump release number

SVN-Revision: 2773
owl
Waldemar Brodkorb 2005-12-25 04:28:19 +00:00
parent 9d89144eef
commit c4524921e8
1 changed files with 2 additions and 1 deletions

View File

@ -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 \
);