diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2015-11-22 14:18:04 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2015-11-22 14:18:04 +0000 |
commit | 31d4aa561e385a5deb1ec8ea9b2f1960bd0c5f32 (patch) | |
tree | 704014abdd26823bf9b15d8211921a82f684cfd5 /package/libs/gettext-full/Makefile | |
parent | 101fbbe51611c22497ff61bcf26c99742b0555ae (diff) | |
download | master-187ad058-31d4aa561e385a5deb1ec8ea9b2f1960bd0c5f32.tar.gz master-187ad058-31d4aa561e385a5deb1ec8ea9b2f1960bd0c5f32.tar.bz2 master-187ad058-31d4aa561e385a5deb1ec8ea9b2f1960bd0c5f32.zip |
gettext-full: activate format-security checks
This patch was taken from upstream libcroco
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47585 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/gettext-full/Makefile')
-rw-r--r-- | package/libs/gettext-full/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index e07a158c28..3e5e40459f 100644 --- a/package/libs/gettext-full/Makefile +++ b/package/libs/gettext-full/Makefile @@ -24,7 +24,6 @@ PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=0 PKG_BUILD_DEPENDS:=gettext-full/host -PKG_CHECK_FORMAT_SECURITY:=0 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/host-build.mk |