mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:39:59 -04:00
Add OPENSSL_CFLAGS to libdns tests that include dst_internal.h
The three libdns tests directly include ../dst_internal.h which in turn directly include openssl headers, thus there was a missing path and build failure on systems where OpenSSL is not in the default include path.
This commit is contained in:
parent
a9c0194009
commit
6a6a9f7afa
1 changed files with 12 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue