diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-12 07:54:22 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-12 07:54:22 +0000 |
commit | 543b4372c886c577ef42879b15ad3781ec4f7b71 (patch) | |
tree | 022ebe300f453649ebd687f95bdca644aea4c689 /package/libs/gettext-full/Makefile | |
parent | e57591b59446985350cab9217e9de7bd54b4d6ac (diff) | |
download | upstream-543b4372c886c577ef42879b15ad3781ec4f7b71.tar.gz upstream-543b4372c886c577ef42879b15ad3781ec4f7b71.tar.bz2 upstream-543b4372c886c577ef42879b15ad3781ec4f7b71.zip |
CC: gettext-full: activate format-security checks
This patch was taken from upstream libcroco
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Backport of r47585
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48210 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 |