We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da05367 commit c730029Copy full SHA for c730029
1 file changed
Makefile.am
@@ -36,7 +36,10 @@ test: check
36
# OpenSSL isn't installed in a standard location, this naked configure command
37
# will fail to find it. We tell it where to find the include and lib directory
38
# for OpenSSL here.
39
+#
40
+# The '--with-wolfssl' doesn't get propagated during a distcheck either, but it
41
+# is necessary when they are installed somewhere other than /usr/local.
42
AM_DISTCHECK_CONFIGURE_FLAGS=CPPFLAGS="-I@abs_top_srcdir@/include \
- @OPENSSL_INCLUDES@" \
- LDFLAGS="@OPENSSL_LDFLAGS@"
43
+ @OPENSSL_INCLUDES@ @WOLFSSL_INCLUDES@" \
44
+ LDFLAGS="@OPENSSL_LDFLAGS@ @WOLFSSL_LDFLAGS@"
45
0 commit comments