SHA256
1
0
forked from pool/nsd
OBS User unknown 2006-07-07 12:18:41 +00:00 committed by Git OBS Bridge
parent af5fc82ba3
commit 12601c2406

13
nsd-2.3.3_ldflags.patch Normal file
View File

@ -0,0 +1,13 @@
Index: configure.ac
===================================================================
--- configure.ac.orig
+++ configure.ac
@@ -182,7 +182,7 @@ AC_DEFUN([CHECK_SSL], [
else
AC_MSG_RESULT(found in $ssldir)
HAVE_SSL=yes
- LDFLAGS="$LDFLAGS -L$ssldir/lib";
+ LDFLAGS="$LDFLAGS";
AC_CHECK_LIB(crypto, HMAC_CTX_init,, [
AC_MSG_ERROR([OpenSSL found in $ssldir, but version 0.9.7 or higher is required])
])