Browse Source

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>
lilik-openwrt-22.03
Nikos Mavrogiannopoulos 7 years ago
parent
commit
4c7a0c311b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libs/p11-kit/Makefile

+ 2
- 1
libs/p11-kit/Makefile View File

@ -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/


Loading…
Cancel
Save