mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04: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:
commit
4be1db6e82
1 changed files with 4 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue