From: Florian Fainelli Date: Wed, 13 Sep 2006 22:53:26 +0000 (+0000) Subject: Update libnet to 1.1.2.1, need to rebuild dependencies against it and have some tests X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f137bd8287affb8afe708ca8f44dcfc6f6c34da6;p=openwrt%2Fsvn-archive%2Fpackages.git Update libnet to 1.1.2.1, need to rebuild dependencies against it and have some tests SVN-Revision: 4784 --- diff --git a/libs/libnet/Makefile b/libs/libnet/Makefile index 415b3537c..5e21812b4 100644 --- a/libs/libnet/Makefile +++ b/libs/libnet/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libnet -PKG_VERSION:=1.0.2a -PKG_RELEASE:=7 +PKG_VERSION:=1.1.2.1 +PKG_RELEASE:=1 -PKG_BUILD_DIR:=$(BUILD_DIR)/Libnet-$(PKG_VERSION) -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.packetfactory.net/libnet/dist/deprecated/ -PKG_MD5SUM:=ddf53f0f484184390e8c2a1bd0853667 +PKG_BUILD_DIR:=$(BUILD_DIR)/libnet +PKG_SOURCE:=$(PKG_NAME).tar.gz +PKG_SOURCE_URL:=http://www.packetfactory.net/libnet/dist/ +PKG_MD5SUM:=be845c41170d72c7db524f3411b50256 PKG_CAT:=zcat PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install @@ -35,6 +35,12 @@ ENDIANESS:=lil ifeq ($(ARCH),mips) ENDIANESS:=big endif +ifeq ($(ARCH),armeb) +ENDIANESS:=big +endif +ifeq ($(ARCH),powerpc) +ENDIANESS:=big +endif define Build/Configure (cd $(PKG_BUILD_DIR); rm -rf config.cache; \ @@ -50,6 +56,7 @@ define Build/Configure ac_libnet_have_pf_packet=yes \ ac_cv_lbl_unaligned_fail=no \ ac_cv_libnet_endianess=$(ENDIANESS) \ + ac_libnet_have_packet_socket=yes \ ./configure \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ diff --git a/libs/libnet/patches/500-debian-subset.patch.gz b/libs/libnet/patches/500-debian-subset.patch.gz index 0c1d676ca..6ebd6b5c3 100644 Binary files a/libs/libnet/patches/500-debian-subset.patch.gz and b/libs/libnet/patches/500-debian-subset.patch.gz differ