aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2021-09-08 13:18:38 +0000
committerIngo Klöcker <[email protected]>2021-09-08 13:18:38 +0000
commit08f227052fa3cc7089829a3b2ab8c4dda990b05b (patch)
tree60f9682fc2a2a87bf8f90b5ae7fc6199bea9977c
parentagent: Fix segv in GET_PASSPHRASE (regression) (diff)
downloadgnupg-08f227052fa3cc7089829a3b2ab8c4dda990b05b.tar.gz
gnupg-08f227052fa3cc7089829a3b2ab8c4dda990b05b.zip
build: Fix "ksba.h not found" problem
* sm/Makefile.am (t_minip12_CFLAGS): Add KSBA_CFLAGS. -- GnuPG-bug-id: 5592
-rw-r--r--sm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am
index b2f042de8..c676adac9 100644
--- a/sm/Makefile.am
+++ b/sm/Makefile.am
@@ -83,7 +83,7 @@ t_common_ldadd = $(libcommon) $(LIBGCRYPT_LIBS) $(KSBA_LIBS) \
t_minip12_CFLAGS = -DWITHOUT_NPTH=1 \
- $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS)
+ $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) $(GPG_ERROR_CFLAGS)
t_minip12_SOURCES = $(t_common_src) t-minip12.c minip12.c
t_minip12_LDADD = $(t_common_ldadd) $(NETLIBS)