projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
485eb32
)
p11-kit: disable trust module
author
Nikos Mavrogiannopoulos
<nmav@gnutls.org>
Tue, 30 Jan 2018 19:34:14 +0000
(20:34 +0100)
committer
Nikos Mavrogiannopoulos
<nmav@gnutls.org>
Tue, 30 Jan 2018 19:35:36 +0000
(20:35 +0100)
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>
libs/p11-kit/Makefile
patch
|
blob
|
history
diff --git
a/libs/p11-kit/Makefile
b/libs/p11-kit/Makefile
index 3863fcb66ae71e52a7d98e926bd32249be511087..df1766a8c1fdf06104621a4a26caee41f8746fcd 100644
(file)
--- 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/