summaryrefslogtreecommitdiffstats
path: root/recipes-security/clamav/clamav-0.98.5/0013-fix-autoreconf-with-embedded-libmspack.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/clamav/clamav-0.98.5/0013-fix-autoreconf-with-embedded-libmspack.patch')
-rw-r--r--recipes-security/clamav/clamav-0.98.5/0013-fix-autoreconf-with-embedded-libmspack.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-security/clamav/clamav-0.98.5/0013-fix-autoreconf-with-embedded-libmspack.patch b/recipes-security/clamav/clamav-0.98.5/0013-fix-autoreconf-with-embedded-libmspack.patch
deleted file mode 100644
index f7175d3..0000000
--- a/recipes-security/clamav/clamav-0.98.5/0013-fix-autoreconf-with-embedded-libmspack.patch
+++ /dev/null
@@ -1,27 +0,0 @@
1From b1ab1a88f38c9d9cea2433dac33b8ecb31b3c799 Mon Sep 17 00:00:00 2001
2From: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
3Date: Mon, 22 Sep 2014 21:50:05 +0200
4Subject: fix autoreconf with embedded libmspack
5
6---
7 libclamav/libmspack-0.4alpha/NEWS | 1 +
8 libclamav/libmspack-0.4alpha/configure.ac | 2 +-
9 2 files changed, 2 insertions(+), 1 deletion(-)
10
11diff --git a/libclamav/libmspack-0.4alpha/NEWS b/libclamav/libmspack-0.4alpha/NEWS
12index e69de29bb2d1..8d1c8b69c3fc 100644
13--- a/libclamav/libmspack-0.4alpha/NEWS
14+++ b/libclamav/libmspack-0.4alpha/NEWS
15@@ -0,0 +1 @@
16+
17diff --git a/libclamav/libmspack-0.4alpha/configure.ac b/libclamav/libmspack-0.4alpha/configure.ac
18index 55fb6ce5ee9d..1fc98577f152 100644
19--- a/libclamav/libmspack-0.4alpha/configure.ac
20+++ b/libclamav/libmspack-0.4alpha/configure.ac
21@@ -46,5 +46,5 @@ AC_SYS_LARGEFILE
22 AC_FUNC_FSEEKO
23
24 # Checks for library functions.
25-AC_CONFIG_FILES([Makefile doc/Makefile doc/Doxyfile libmspack.pc])
26+AC_CONFIG_FILES([Makefile libmspack.pc])
27 AC_OUTPUT