diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-03-22 16:20:05 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-03-22 09:27:59 -0700 |
commit | fa9c7a4ece38d3e6a5f4be6e11fb0a65d076450b (patch) | |
tree | 7e5e671f096e2e5899cd9801c784a9aa338050fb /recipes-scanners/clamav/files/libcamav_fix.patch | |
parent | 49e9cd9cb5b3565698debee8ae0ebaebc9140b27 (diff) | |
download | meta-security-wip2.tar.gz |
clamav: upgrade 102.2wip2
Signed-off-by: Armin Kuster <akuster808@gmail.com>
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 | |||