aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libnl/Makefile
diff options
context:
space:
mode:
authorKonstantin Demin <rockdrilla@gmail.com>2018-06-28 09:21:42 +0300
committerHauke Mehrtens <hauke@hauke-m.de>2018-07-07 18:33:58 +0200
commitf715d816b754b74c24dc2dc9f62385fbc90f07b5 (patch)
tree72303eb5850a5d9311550072c01e79217ae6cc3a /package/libs/libnl/Makefile
parent856cc6d9998ea717ee25d80bef52635dceeae71a (diff)
downloadupstream-f715d816b754b74c24dc2dc9f62385fbc90f07b5.tar.gz
upstream-f715d816b754b74c24dc2dc9f62385fbc90f07b5.tar.bz2
upstream-f715d816b754b74c24dc2dc9f62385fbc90f07b5.zip
libnl: bump to 3.4.0
refresh patches Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
Diffstat (limited to 'package/libs/libnl/Makefile')
-rw-r--r--package/libs/libnl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libs/libnl/Makefile b/package/libs/libnl/Makefile
index 2339a95652..5ac2280491 100644
--- a/package/libs/libnl/Makefile
+++ b/package/libs/libnl/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libnl
-PKG_VERSION:=3.3.0
+PKG_VERSION:=3.4.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://github.com/thom311/libnl/releases/download/libnl3_3_0
-PKG_HASH:=705468b5ae4cd1eb099d2d1c476d6a3abe519bc2810becf12fb1e32de1e074e4
+PKG_SOURCE_URL:=https://github.com/thom311/libnl/releases/download/libnl3_4_0
+PKG_HASH:=b7287637ae71c6db6f89e1422c995f0407ff2fe50cecd61a312b6a9b0921f5bf
PKG_LICENSE:=LGPL-2.1
PKG_INSTALL:=1
@@ -78,7 +78,7 @@ define Package/libnl/description
message construction and parsing, object caching system, etc.
endef
-TARGET_CFLAGS += -ffunction-sections $(FPIC)
+TARGET_CFLAGS += -ffunction-sections -fdata-sections $(FPIC)
CONFIGURE_ARGS += \
--disable-debug