diff options
Diffstat (limited to 'recipes-scanners/clamav/files/libcamav_fix.patch')
-rw-r--r-- | recipes-scanners/clamav/files/libcamav_fix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-scanners/clamav/files/libcamav_fix.patch b/recipes-scanners/clamav/files/libcamav_fix.patch new file mode 100644 index 0000000..736a3e6 --- /dev/null +++ b/recipes-scanners/clamav/files/libcamav_fix.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: git/libclamav.pc.in | ||
2 | =================================================================== | ||
3 | --- git.orig/libclamav.pc.in | ||
4 | +++ git/libclamav.pc.in | ||
5 | @@ -6,7 +6,7 @@ includedir=@includedir@ | ||
6 | Name: libclamav | ||
7 | Description: A GPL virus scanner | ||
8 | Version: @PACKAGE_VERSION@ | ||
9 | -Libs: -L${libdir} -lclamav | ||
10 | +Libs: -lclamav | ||
11 | Libs.private: @LIBCLAMAV_LIBS@ | ||
12 | Cflags: -I${includedir} | ||
13 | |||