summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2018-03-18 19:06:58 +0100
committerRene Engelhard <rene@debian.org>2018-03-18 19:06:58 +0100
commitd6ed1d415d36809d784af780231258ea0ee1024f (patch)
tree09c58d81f6cca241d0f5b638f8e76eab0cc001f2 /config_host.mk.in
parent9d34cf8c0e0ea833d0a2f643b62adc6d65b96cfc (diff)
actually add GPGCONF to config_host.mk.in
Change-Id: Iebc767f920bbe8e017bb748e1298c58c7d470ec6
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 8ce71275ca5c..cff1500b3dd2 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -203,6 +203,7 @@ export EPOXY_LIBS=$(gb_SPACE)@EPOXY_LIBS@
export GLM_CFLAGS=$(gb_SPACE)@GLM_CFLAGS@
export GPG_ERROR_CFLAGS=$(gb_SPACE)@GPG_ERROR_CFLAGS@
export GPG_ERROR_LIBS=$(gb_SPACE)@GPG_ERROR_LIBS@
+export GPGCONF=@GPGCONF@
export GPGMEPP_CFLAGS=$(gb_SPACE)@GPGMEPP_CFLAGS@
export GPGMEPP_LIBS=$(gb_SPACE)@GPGMEPP_LIBS@
export GNUTLS_CFLAGS=$(gb_SPACE)@GNUTLS_CFLAGS@