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:
@@ -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