mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 00:00:00 -04:00
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:
parent
1af9d8d7bb
commit
13dfc191c5
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ libbind9_la_CPPFLAGS = \
|
|||
$(LIBDNS_CFLAGS) \
|
||||
$(LIBISCCFG_CFLAGS) \
|
||||
$(LIBNS_CFLAGS) \
|
||||
$(LIBBIND9_CFLAGS)
|
||||
$(LIBBIND9_CFLAGS) \
|
||||
$(OPENSSL_CFLAGS)
|
||||
|
||||
libbind9_la_LIBADD = \
|
||||
$(LIBNS_LIBS) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue