projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add updates for atheros SOC support from Mike A., thx
[openwrt.git]
/
openwrt
/
package
/
libpcap
/
Makefile
diff --git
a/openwrt/package/libpcap/Makefile
b/openwrt/package/libpcap/Makefile
index
c7dfd99
..
42bac46
100644
(file)
--- a/
openwrt/package/libpcap/Makefile
+++ b/
openwrt/package/libpcap/Makefile
@@
-4,7
+4,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=libpcap
PKG_VERSION:=0.8.3
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/
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-shared \
--enable-static \
--disable-yydebug \
+ --enable-ipv6 \
--with-build-cc=$(HOSTCC) \
--with-pcap=linux \
);
--with-build-cc=$(HOSTCC) \
--with-pcap=linux \
);
This page took
0.020096 seconds
and
4
git commands to generate.