mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:42:04 -04:00
+ 708. [bug] When building with --with-openssl, the openssl headers
+ included should not be used. [RT #702] +
This commit is contained in:
parent
6f9ad07670
commit
0f537d1c63
2 changed files with 4 additions and 2 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,4 +1,7 @@
|
|||
|
||||
708. [bug] When building with --with-openssl, the openssl headers
|
||||
included should not be used. [RT #702]
|
||||
|
||||
707. [func] The "filename" argument to named-checkzone is no
|
||||
longer optional, to reduce confusion. [RT #612]
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: Makefile.in,v 1.22 2001/01/17 01:08:05 bwelling Exp $
|
||||
# $Id: Makefile.in,v 1.23 2001/01/24 01:34:14 bwelling Exp $
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
|
@ -22,7 +22,6 @@ top_srcdir = @top_srcdir@
|
|||
@BIND9_INCLUDES@
|
||||
|
||||
CINCLUDES = -I${srcdir} \
|
||||
-I${srcdir}/../openssl/include \
|
||||
${DNS_INCLUDES} ${ISC_INCLUDES} \
|
||||
@DST_OPENSSL_INC@ @DST_GSSAPI_INC@
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue