]> git.pld-linux.org Git - packages/bind.git/commitdiff
argh, updated
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 8 Nov 2000 10:14:42 +0000 (10:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bind9-openssl.patch -> 1.2

bind9-openssl.patch

index a6b08d5bed747ef01117f4f4c2b60d25e7dc8a1b..6377eb9f3c0b5ffcecfe29560e9a6843f5704ecf 100644 (file)
@@ -1,22 +1,30 @@
 diff -urN bind-9.0.1rc2.org/configure.in bind-9.0.1rc2/configure.in
 --- bind-9.0.1rc2.org/configure.in     Tue Nov  7 11:04:02 2000
-+++ bind-9.0.1rc2/configure.in Tue Nov  7 23:30:47 2000
-@@ -184,12 +184,12 @@
++++ bind-9.0.1rc2/configure.in Wed Nov  8 11:15:29 2000
+@@ -184,12 +184,13 @@
  #
  AC_MSG_CHECKING(for compatible OpenSSL library)
  
 -DST_PRIVATEOPENSSL='-DDST_USE_PRIVATE_OPENSSL'
 -dst_privateopenssl='openssl'
 -DST_OPENSSL_INC='-I${srcdir}/../openssl/include'
--DST_OPENSSL_LIB=''
++DNS_OPENSSL_LIBS="-lssl -lcrypto"
++DST_PRIVATEOPENSSL=''
++dst_privateopenssl=''
++DST_OPENSSL_INC=''
+ DST_OPENSSL_LIB=''
 -DST_OPENSSL_OBJS='${OPENSSLOBJS}'
 -AC_MSG_RESULT(using private library)
-+#DST_PRIVATEOPENSSL='-DDST_USE_PRIVATE_OPENSSL'
-+#dst_privateopenssl='openssl'
-+DST_OPENSSL_INC='-I/usr/include/openssl'
-+DST_OPENSSL_LIB='-lcrypto -lssl'
-+#DST_OPENSSL_OBJS='${OPENSSLOBJS}'
++DST_OPENSSL_OBJS=''
 +AC_MSG_RESULT(using shared library)
  
  AC_SUBST(DST_PRIVATEOPENSSL)
  AC_SUBST(dst_privateopenssl)
+@@ -202,7 +203,6 @@
+ # it as needed) if it is found.
+ #
+-DNS_OPENSSL_LIBS=""
+ AC_SUBST(DNS_OPENSSL_LIBS)
+ #
This page took 0.115666 seconds and 4 git commands to generate.