Skip to content

Add OPENSSL_CFLAGS to libbind9 Makefile.am

Ondřej Surý requested to merge ondrej/fix-missing-OPENSSL_CFLAGS-in-bind9 into main

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.

Merge request reports