From: Mark Andrews Date: Thu, 14 Mar 2024 23:08:57 +0000 (+1100) Subject: Add OpenSSL libraries and flags to proxystream_test X-Git-Tag: v9.19.23~32^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52b053537db3ef83c8f1afb91015f584c42b118a;p=thirdparty%2Fbind9.git Add OpenSSL libraries and flags to proxystream_test --- diff --git a/tests/isc/Makefile.am b/tests/isc/Makefile.am index 5cdd915aebc..e8132127047 100644 --- a/tests/isc/Makefile.am +++ b/tests/isc/Makefile.am @@ -115,10 +115,12 @@ proxyheader_test_SOURCES = \ proxyheader_test_data.h proxystream_test_CPPFLAGS = \ - $(AM_CPPFLAGS) + $(AM_CPPFLAGS) \ + $(OPENSSL_CFLAGS) proxystream_test_LDADD = \ - $(LDADD) + $(LDADD) \ + $(OPENSSL_LIBS) proxystream_test_SOURCES = \ proxystream_test.c \