diff options
author | nbd168 <nbd@openwrt.org> | 2014-06-30 10:19:11 +0200 |
---|---|---|
committer | nbd168 <nbd@openwrt.org> | 2014-06-30 10:19:11 +0200 |
commit | 1ac000b0d0ca7170c282907756057728d9afd955 (patch) | |
tree | 3e4dbf649c1b5d9bc3d160d1be00f1fcca72e679 /libs/gnutls | |
parent | bf2764512198b668a4f587576e5768af7f3ab3a6 (diff) | |
parent | e598af5f998a2ea14ef4051bba50596e343355f7 (diff) |
Merge pull request #57 from champtar/format
PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)
Merged before the changes to OpenWrt trunk in order to avoid regressions.
Diffstat (limited to 'libs/gnutls')
-rw-r--r-- | libs/gnutls/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile index ef06a05d8..a94a4af6b 100644 --- a/libs/gnutls/Makefile +++ b/libs/gnutls/Makefile @@ -18,6 +18,7 @@ PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org> PKG_INSTALL:=1 PKG_LIBTOOL_PATHS:=. lib +PKG_CHECK_FORMAT_SECURITY:=0 include $(INCLUDE_DIR)/package.mk |