Merge branch 'ondrej/add-missing-OPENSSL_CFLAGS' into 'master'
Add OPENSSL_CFLAGS to libdns tests that include dst_internal.h See merge request isc-projects/bind9!3424
This commit is contained in:
@@ -94,3 +94,15 @@ dnstap_test_LDADD = \
|
||||
$(LDADD) \
|
||||
$(DNSTAP_LIBS)
|
||||
endif
|
||||
|
||||
dh_test_CPPFLAGS = \
|
||||
$(AM_CPPFLAGS) \
|
||||
$(OPENSSL_CFLAGS)
|
||||
|
||||
dst_test_CPPFLAGS = \
|
||||
$(AM_CPPFLAGS) \
|
||||
$(OPENSSL_CFLAGS)
|
||||
|
||||
rsa_test_CPPFLAGS = \
|
||||
$(AM_CPPFLAGS) \
|
||||
$(OPENSSL_CFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user