projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cde1d5d
)
package/gnupg2: add optional support for gnutls
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sun, 12 Mar 2017 11:33:28 +0000
(12:33 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sun, 19 Mar 2017 20:46:52 +0000
(21:46 +0100)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gnupg2/gnupg2.mk
patch
|
blob
|
history
diff --git
a/package/gnupg2/gnupg2.mk
b/package/gnupg2/gnupg2.mk
index d7f277cdfe51287fab3b464938d44726dffa14f7..5815e7003dd1cb83a736d426559886b49daf1083 100644
(file)
--- a/
package/gnupg2/gnupg2.mk
+++ b/
package/gnupg2/gnupg2.mk
@@
-35,6
+35,13
@@
else
GNUPG2_CONF_OPTS += --disable-bzip2
endif
+ifeq ($(BR2_PACKAGE_GNUTLS),y)
+GNUPG2_CONF_OPTS += --enable-gnutls
+GNUPG2_DEPENDENCIES += gnutls
+else
+GNUPG2_CONF_OPTS += --disable-gnutls
+endif
+
ifeq ($(BR2_PACKAGE_LIBUSB_COMPAT),y)
GNUPG2_CONF_OPTS += --enable-ccid-driver
GNUPG2_DEPENDENCIES += libusb-compat