projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
package
/
libpcap
/
Makefile
diff --git
a/package/libpcap/Makefile
b/package/libpcap/Makefile
index
fcc9987
..
15715eb
100644
(file)
--- a/
package/libpcap/Makefile
+++ b/
package/libpcap/Makefile
@@
-1,5
+1,5
@@
#
#
-# Copyright (C) 2006-201
0
OpenWrt.org
+# Copyright (C) 2006-201
1
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-8,12
+8,12
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=libpcap
include $(TOPDIR)/rules.mk
PKG_NAME:=libpcap
-PKG_VERSION:=1.
0.0
+PKG_VERSION:=1.
1.1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.tcpdump.org/release/
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.tcpdump.org/release/
-PKG_MD5SUM:=
9ad1358c5dec48456405eac197a46d3d
+PKG_MD5SUM:=
1bca27d206970badae248cfa471bbb47
PKG_INSTALL:=1
PKG_INSTALL:=1
@@
-25,6
+25,7
@@
define Package/libpcap
CATEGORY:=Libraries
TITLE:=Low-level packet capture library
URL:=http://www.tcpdump.org/
CATEGORY:=Libraries
TITLE:=Low-level packet capture library
URL:=http://www.tcpdump.org/
+ MENU:=1
endef
define Package/libpcap/description
endef
define Package/libpcap/description
@@
-33,7
+34,7
@@
capture.
endef
define Package/libpcap/config
endef
define Package/libpcap/config
-source "$(SOURCE)/Config.in"
+
source "$(SOURCE)/Config.in"
endef
TARGET_CFLAGS += \
endef
TARGET_CFLAGS += \
@@
-51,7
+52,8
@@
CONFIGURE_ARGS += \
--with-build-cc="$(HOSTCC)" \
--with-pcap=linux \
--without-septel \
--with-build-cc="$(HOSTCC)" \
--with-pcap=linux \
--without-septel \
- --without-dag
+ --without-dag \
+ --without-libnl
MAKE_FLAGS += \
CCOPT="$(TARGET_CFLAGS) -I$(BUILD_DIR)/linux/include"
MAKE_FLAGS += \
CCOPT="$(TARGET_CFLAGS) -I$(BUILD_DIR)/linux/include"
This page took
0.033645 seconds
and
4
git commands to generate.