[openwrt/openwrt] libnftnl: update to 1.0.9
LEDE Commits
lede-commits at lists.infradead.org
Sat Jan 20 12:13:52 PST 2018
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/3d8040e04f0963895e4317c1464ae41f63ff100d
commit 3d8040e04f0963895e4317c1464ae41f63ff100d
Author: Philip Prindeville <philipp at redfish-solutions.com>
AuthorDate: Wed Dec 20 15:06:02 2017 -0700
libnftnl: update to 1.0.9
Also, drop unsupported configure options.
Don't use git retrieve but released tarball instead.
Signed-off-by: Philip Prindeville <philipp at redfish-solutions.com>
---
package/libs/libnftnl/Makefile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/package/libs/libnftnl/Makefile b/package/libs/libnftnl/Makefile
index f4a1bb1..fc1ee2d 100644
--- a/package/libs/libnftnl/Makefile
+++ b/package/libs/libnftnl/Makefile
@@ -8,13 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libnftnl
-PKG_VERSION:=1.0.7
+PKG_VERSION:=1.0.9
PKG_RELEASE:=1
-PKG_SOURCE_URL:=https://git.netfilter.org/libnftnl
-PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=libnftnl-1.0.7
-PKG_MIRROR_HASH:=d38a409d52074a5b20f5b7477b385506692a9a05ec6f4ac3d14a8a80aa4f81d9
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files
+PKG_HASH:=fec1d824aee301e59a11aeaae2a2d429cb99ead81e6bafab791a4dd6569b3635
PKG_MAINTAINER:=Steven Barth <steven at midlink.org>
PKG_LICENSE:=GPL-2.0+
@@ -24,6 +23,8 @@ PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
+DISABLE_NLS:=
+
define Package/libnftnl
SECTION:=libs
CATEGORY:=Libraries
@@ -42,8 +43,7 @@ TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \
--enable-static \
--enable-shared \
- --without-json-parsing \
- --without-xml-parsing \
+ --without-json-parsing
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/libnftnl
More information about the lede-commits
mailing list