mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Merge branch '4639-add-openssl-flags-to-proxystream_test' into 'main'
Resolve "Add OpenSSL Flags to proxystream_test" Closes #4639 See merge request isc-projects/bind9!8869
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user