mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 17:43:10 +02:00
enable ipv6, closes #129, bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2773 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
114a2ef755
commit
3a8f64a618
@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=libpcap
|
PKG_NAME:=libpcap
|
||||||
PKG_VERSION:=0.8.3
|
PKG_VERSION:=0.8.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_MD5SUM:=56a9d4615d8354fcfe8cff8c8443c77b
|
PKG_MD5SUM:=56a9d4615d8354fcfe8cff8c8443c77b
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://www.tcpdump.org/release/
|
PKG_SOURCE_URL:=http://www.tcpdump.org/release/
|
||||||
@ -48,6 +48,7 @@ $(PKG_BUILD_DIR)/.configured:
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-yydebug \
|
--disable-yydebug \
|
||||||
|
--enable-ipv6 \
|
||||||
--with-build-cc=$(HOSTCC) \
|
--with-build-cc=$(HOSTCC) \
|
||||||
--with-pcap=linux \
|
--with-pcap=linux \
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user