mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-27 07:27:14 +00:00
fa9c7a4ece
Signed-off-by: Armin Kuster <akuster808@gmail.com>
14 lines
370 B
Diff
14 lines
370 B
Diff
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}
|
|
|