diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-22 14:18:04 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-22 14:18:04 +0000 |
commit | bd527a8d18ae7cf0f62ab06a40231258f35e31fc (patch) | |
tree | 7e66dc4ea1c41a7aa4a92cb9fae78723eb5936bd /package/libs/gettext-full/Makefile | |
parent | 146dab88412642332cf3c3f53f574a2dce503615 (diff) | |
download | upstream-bd527a8d18ae7cf0f62ab06a40231258f35e31fc.tar.gz upstream-bd527a8d18ae7cf0f62ab06a40231258f35e31fc.tar.bz2 upstream-bd527a8d18ae7cf0f62ab06a40231258f35e31fc.zip |
gettext-full: activate format-security checks
This patch was taken from upstream libcroco
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47585
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 |