diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-01-30 20:34:14 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-01-30 20:35:36 +0100 |
commit | 4c7a0c311b580cc42bf2fcabe3452b840884a0b3 (patch) | |
tree | bfb428f16143e4074d5fdd70004ac2ad18829727 /libs/p11-kit/Makefile | |
parent | 485eb3288435d60000a9bd628a004fc53511d019 (diff) |
p11-kit: disable trust module
This allows prevents build error due to trust-paths not being
specified. The trust module was not being used in openwrt.
Resolves #5528
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'libs/p11-kit/Makefile')
-rw-r--r-- | libs/p11-kit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/p11-kit/Makefile b/libs/p11-kit/Makefile index 3863fcb66..df1766a8c 100644 --- a/libs/p11-kit/Makefile +++ b/libs/p11-kit/Makefile @@ -35,7 +35,8 @@ define Package/p11-kit/description endef CONFIGURE_ARGS+= \ - --without-libffi + --without-libffi \ + --disable-trust-module define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/p11-kit-1/p11-kit/ |