]> git.pld-linux.org Git - packages/clamav.git/blame - clamav-openssl.patch
- updated to 0.101.3 (solves vulnerability to non-recursive zip bombs)
[packages/clamav.git] / clamav-openssl.patch
CommitLineData
d03f44fa
ŁK
1diff -uNr clamav-0.98.3/m4/reorganization/libs/openssl.m4 clamav-0.98.3-openssl/m4/reorganization/libs/openssl.m4
2--- clamav-0.98.3/m4/reorganization/libs/openssl.m4 2014-05-06 20:39:56.000000000 +0200
3+++ clamav-0.98.3-openssl/m4/reorganization/libs/openssl.m4 2014-05-09 13:51:47.581181238 +0200
4@@ -22,12 +22,12 @@
5 AC_MSG_ERROR([OpenSSL not found.])
6 fi
7
8-SSL_LDFLAGS="-L$LIBSSL_HOME/lib"
9+SSL_LDFLAGS=""
10 SSL_LIBS="-lssl -lcrypto"
11 SSL_CPPFLAGS="-I$LIBSSL_HOME/include"
12
13 save_LDFLAGS="$LDFLAGS"
14-LDFLAGS="-L$LIBSSL_HOME/lib $SSL_LIBS"
15+LDFLAGS="$SSL_LDFLAGS $SSL_LIBS"
16
17 save_CFLAGS="$CFLAGS"
18 CFLAGS="$SSL_CPPFLAGS"
This page took 0.05572 seconds and 4 git commands to generate.