]> git.pld-linux.org Git - packages/bind.git/commitdiff
use shared openssl library
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 8 Nov 2000 09:48:37 +0000 (09:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bind9-openssl.patch -> 1.1

bind9-openssl.patch [new file with mode: 0644]

diff --git a/bind9-openssl.patch b/bind9-openssl.patch
new file mode 100644 (file)
index 0000000..a6b08d5
--- /dev/null
@@ -0,0 +1,22 @@
+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 @@
+ #
+ 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=''
+-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}'
++AC_MSG_RESULT(using shared library)
+ AC_SUBST(DST_PRIVATEOPENSSL)
+ AC_SUBST(dst_privateopenssl)
This page took 0.034054 seconds and 4 git commands to generate.