aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libiconv-full/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-06-25 12:13:57 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-06-25 12:13:57 +0000
commitaf1973bb573f724a3e3e2c35db8c28b46ff1da44 (patch)
tree628f1c11521f6e0e20b40830e8952209116abd46 /package/libs/libiconv-full/Makefile
parent34d431976bea6eb6df4756566f6084a382e40ad2 (diff)
downloadmaster-187ad058-af1973bb573f724a3e3e2c35db8c28b46ff1da44.tar.gz
master-187ad058-af1973bb573f724a3e3e2c35db8c28b46ff1da44.tar.bz2
master-187ad058-af1973bb573f724a3e3e2c35db8c28b46ff1da44.zip
libiconv-full: fix build with fortify source
Avoid redefining `realpath` to fix the following error: .../include/fortify/stdlib.h:36:13: error: 'realpath' undeclared here (not in a function) Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46127 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/libiconv-full/Makefile')
-rw-r--r--package/libs/libiconv-full/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libiconv-full/Makefile b/package/libs/libiconv-full/Makefile
index 75bca83348..997cce2365 100644
--- a/package/libs/libiconv-full/Makefile
+++ b/package/libs/libiconv-full/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2009 OpenWrt.org
+# Copyright (C) 2006-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libiconv-full
PKG_VERSION:=1.11.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>