diff options
-rw-r--r-- | recipes-scanners/clamav/files/test.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-scanners/clamav/files/test.patch b/recipes-scanners/clamav/files/test.patch deleted file mode 100644 index 8d94863..0000000 --- a/recipes-scanners/clamav/files/test.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | Index: clamav-0.103.0/Makefile.am | ||
4 | =================================================================== | ||
5 | --- clamav-0.103.0.orig/Makefile.am | ||
6 | +++ clamav-0.103.0/Makefile.am | ||
7 | @@ -28,7 +28,6 @@ else | ||
8 | SUBDIRS = libltdl libclamav shared libfreshclam clamscan clamd clamdscan freshclam sigtool clamconf database docs etc clamav-milter test clamdtop clambc unit_tests | ||
9 | EXTRA_DIST = examples shared libclamav.pc.in COPYING.bzip2 COPYING.lzma COPYING.unrar COPYING.LGPL COPYING.llvm COPYING.file COPYING.zlib COPYING.getopt COPYING.regex COPYING.YARA COPYING.pcre platform.h.in libclamunrar libclamunrar_iface libclammspack clamdscan/clamdscan.map win32 ChangeLog.md INSTALL.cmake.md INSTALL.autotools.md NEWS.md README.md cmake CMakeLists.txt CMakeOptions.cmake $(top_srcdir)/**/CMakeLists.txt libclammspack/config.h.in.cmake clamav-config.h.cmake.in target.h.cmake.in autogen.sh | ||
10 | |||
11 | -bin_SCRIPTS=clamav-config | ||
12 | |||
13 | if BUILD_CLAMONACC | ||
14 | SUBDIRS += clamonacc | ||
15 | Index: clamav-0.103.0/Makefile.in | ||
16 | =================================================================== | ||
17 | --- clamav-0.103.0.orig/Makefile.in | ||
18 | +++ clamav-0.103.0/Makefile.in | ||
19 | @@ -641,7 +641,6 @@ ACLOCAL_AMFLAGS = -I m4 | ||
20 | @BUILD_LIBCLAMAV_ONLY_TRUE@SUBDIRS = libclamav $(am__append_1) \ | ||
21 | @BUILD_LIBCLAMAV_ONLY_TRUE@ $(am__append_2) $(am__append_3) | ||
22 | @BUILD_LIBCLAMAV_ONLY_FALSE@bin_SCRIPTS = clamav-config | ||
23 | -@BUILD_LIBCLAMAV_ONLY_TRUE@bin_SCRIPTS = clamav-config | ||
24 | @BUILD_LIBCLAMAV_ONLY_FALSE@EXTRA_DIST = examples shared libclamav.pc.in COPYING.bzip2 COPYING.lzma COPYING.unrar COPYING.LGPL COPYING.llvm COPYING.file COPYING.zlib COPYING.getopt COPYING.regex COPYING.YARA COPYING.pcre platform.h.in libclamunrar libclamunrar_iface libclammspack clamdscan/clamdscan.map win32 ChangeLog.md INSTALL.cmake.md INSTALL.autotools.md NEWS.md README.md cmake CMakeLists.txt CMakeOptions.cmake $(top_srcdir)/**/CMakeLists.txt libclammspack/config.h.in.cmake clamav-config.h.cmake.in target.h.cmake.in autogen.sh | ||
25 | pkgconfigdir = $(libdir)/pkgconfig | ||
26 | pkgconfig_DATA = libclamav.pc | ||