This commit is contained in:
parent
af5fc82ba3
commit
12601c2406
13
nsd-2.3.3_ldflags.patch
Normal file
13
nsd-2.3.3_ldflags.patch
Normal 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])
|
||||
])
|
Loading…
Reference in New Issue
Block a user