aboutsummaryrefslogtreecommitdiffstats
path: root/main/clamav/fix-zlib-1.2.1.patch
blob: 8ab4db0728c1c1c260dd675dd431d010c86d1eba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 9bcd60b..4a3359a 100755
--- a/configure
+++ b/configure
@@ -18718,7 +18718,7 @@ else
 
     vuln=`grep "ZLIB_VERSION \"1.2.0" $ZLIB_HOME/include/zlib.h`
     if test -z "$vuln"; then
-	vuln=`grep "ZLIB_VERSION \"1.2.1" $ZLIB_HOME/include/zlib.h`
+	vuln=`grep "ZLIB_VERSION \"1.2.1\"" $ZLIB_HOME/include/zlib.h`
     fi
 
     if test -n "$vuln"; then
-- 
2.11.1