aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-scanners/clamav/files/libcamav_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-scanners/clamav/files/libcamav_fix.patch')
-rw-r--r--recipes-scanners/clamav/files/libcamav_fix.patch13
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 @@
+Index: git/libclamav.pc.in
+===================================================================
+--- git.orig/libclamav.pc.in
++++ git/libclamav.pc.in
+@@ -6,7 +6,7 @@ includedir=@includedir@
+ Name: libclamav
+ Description: A GPL virus scanner
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -lclamav
++Libs: -lclamav
+ Libs.private: @LIBCLAMAV_LIBS@
+ Cflags: -I${includedir}
+