X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b7e7f4edf076a53ad9a29ced4067d0f253693999..97ad75a40a47df06bbec7a4a4f6b9c117d110967:/package/libpcap/Makefile diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index d7956a61b..7414195d9 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -4,17 +4,16 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=libpcap -PKG_VERSION:=0.9.4 +PKG_VERSION:=0.9.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.tcpdump.org/release/ -PKG_MD5SUM:=79025766e8027df154cb1f32de8a7974 +PKG_MD5SUM:=5208f24d0328ee7c20b52c43eaa9aa0e include $(INCLUDE_DIR)/package.mk @@ -26,10 +25,13 @@ define Package/libpcap endef define Package/libpcap/description - This package contains a system-independent library for user-level network + This package contains a system-independent library for user-level network packet capture. endef +TARGET_CFLAGS += \ + -ffunction-sections -fdata-sections + CONFIGURE_ARGS += \ --enable-shared \ --enable-static \