summaryrefslogtreecommitdiff
path: root/package/libs/libnl-tiny/Makefile
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-06-18 08:13:04 +0000
committerSteven Barth <cyrus@openwrt.org>2015-06-18 08:13:04 +0000
commit6e3b087de8fa2c9f7f514d674d3276bd62075d39 (patch)
tree9a44b55c07802008a23f73253bf5750e26714d58 /package/libs/libnl-tiny/Makefile
parent63cb31d9ec0cbcc2633db04069896f86a2380c1a (diff)
downloadmtk-20170518-6e3b087de8fa2c9f7f514d674d3276bd62075d39.zip
mtk-20170518-6e3b087de8fa2c9f7f514d674d3276bd62075d39.tar.gz
mtk-20170518-6e3b087de8fa2c9f7f514d674d3276bd62075d39.tar.bz2
libnl-tiny: honor CFLAGS when linking
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46029
Diffstat (limited to 'package/libs/libnl-tiny/Makefile')
-rw-r--r--package/libs/libnl-tiny/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libnl-tiny/Makefile b/package/libs/libnl-tiny/Makefile
index 2445ad4..33a4758 100644
--- a/package/libs/libnl-tiny/Makefile
+++ b/package/libs/libnl-tiny/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libnl-tiny
PKG_VERSION:=0.1
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_LICENSE:=LGPL-2.1
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>