X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=blobdiff_plain;f=package%2Flibs%2Flibnl%2FMakefile;h=5ac2280491259b22ed98998aee1cde688f1ff1e0;hp=67201cc7cc66394b75ad449c4978b5f1b2800c79;hb=9537c1a153591d2f6082a797d1d088c5d921e9cc;hpb=e4b6900fd60e43ba0527172c30290a69958b7f73 diff --git a/package/libs/libnl/Makefile b/package/libs/libnl/Makefile index 67201cc7cc..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,10 @@ 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 define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/libnl3 $(1)/usr/lib/pkgconfig