]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- openssl.patch no longer needed
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 4 Oct 2019 07:35:13 +0000 (09:35 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Fri, 4 Oct 2019 07:35:13 +0000 (09:35 +0200)
clamav-openssl.patch [deleted file]
clamav.spec

diff --git a/clamav-openssl.patch b/clamav-openssl.patch
deleted file mode 100644 (file)
index dd8de6e..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -uNr clamav-0.98.3/m4/reorganization/libs/openssl.m4 clamav-0.98.3-openssl/m4/reorganization/libs/openssl.m4
---- clamav-0.98.3/m4/reorganization/libs/openssl.m4    2014-05-06 20:39:56.000000000 +0200
-+++ clamav-0.98.3-openssl/m4/reorganization/libs/openssl.m4    2014-05-09 13:51:47.581181238 +0200
-@@ -22,12 +22,12 @@
-     AC_MSG_ERROR([OpenSSL not found.])
- fi
--SSL_LDFLAGS="-L$LIBSSL_HOME/lib"
-+SSL_LDFLAGS=""
- SSL_LIBS="-lssl -lcrypto"
- SSL_CPPFLAGS="-I$LIBSSL_HOME/include"
- save_LDFLAGS="$LDFLAGS"
--LDFLAGS="-L$LIBSSL_HOME/lib $SSL_LIBS"
-+LDFLAGS="$SSL_LDFLAGS $SSL_LIBS"
- save_CFLAGS="$CFLAGS"
- CFLAGS="$SSL_CPPFLAGS"
index 3b192ebe783215152a8fb659a72d68f546b9cb07..245c55ee3a738e628c86c060147fd2d721deb0ed 100644 (file)
@@ -42,10 +42,9 @@ Patch1:              %{name}-nolibs.patch
 Patch2:                am-nosilentrules.patch
 %endif
 Patch3:                ac2.68.patch
-Patch4:                %{name}-openssl.patch
-Patch5:                x32.patch
-Patch6:                %{name}-add-support-for-system-tomsfastmath.patch
-Patch7:                %{name}-headers.patch
+Patch4:                x32.patch
+Patch5:                %{name}-add-support-for-system-tomsfastmath.patch
+Patch6:                %{name}-headers.patch
 URL:           http://www.clamav.net/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.11
@@ -216,10 +215,9 @@ Biblioteki statyczne clamav.
 %if "%{pld_release}" != "ac"
 %patch3 -p1
 %endif
-#%patch4 -p1
+%patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 
 %build
 export CFLAGS="%{rpmcflags} -Wall -W -Wmissing-prototypes -Wmissing-declarations -std=gnu99"
This page took 0.069401 seconds and 4 git commands to generate.