Add OPENSSL_CFLAGS to libbind9 Makefile.am
The build would fail if the OpenSSL libraries were not in default include path because we include <openssl/opensslv.h> header in lib/bind9/check.c. Add $(OPENSSL_CFLAGS) to lib/bind9/Makefile.am.
This commit is contained in:
@@ -18,7 +18,8 @@ libbind9_la_CPPFLAGS = \
|
||||
$(LIBDNS_CFLAGS) \
|
||||
$(LIBISCCFG_CFLAGS) \
|
||||
$(LIBNS_CFLAGS) \
|
||||
$(LIBBIND9_CFLAGS)
|
||||
$(LIBBIND9_CFLAGS) \
|
||||
$(OPENSSL_CFLAGS)
|
||||
|
||||
libbind9_la_LIBADD = \
|
||||
$(LIBNS_LIBS) \
|
||||
|
||||
Reference in New Issue
Block a user