Skip to content

Commit c730029

Browse files
author
Andras Fekete
committed
Pass through --with-openssl/wolfssl to 'make distcheck'
1 parent da05367 commit c730029

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Makefile.am

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ test: check
3636
# OpenSSL isn't installed in a standard location, this naked configure command
3737
# will fail to find it. We tell it where to find the include and lib directory
3838
# 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.
3942
AM_DISTCHECK_CONFIGURE_FLAGS=CPPFLAGS="-I@abs_top_srcdir@/include \
40-
@OPENSSL_INCLUDES@" \
41-
LDFLAGS="@OPENSSL_LDFLAGS@"
43+
@OPENSSL_INCLUDES@ @WOLFSSL_INCLUDES@" \
44+
LDFLAGS="@OPENSSL_LDFLAGS@ @WOLFSSL_LDFLAGS@"
4245

0 commit comments

Comments
 (0)