Browse code

Improve pkgconfig. Patch supplied by Andreas Cadhalpun.

Steven Morgan authored on 2015/09/10 06:58:04
Showing 1 changed files
... ...
@@ -6,6 +6,7 @@ includedir=@includedir@
6 6
 Name: libclamav
7 7
 Description: A GPL virus scanner
8 8
 Version: @PACKAGE_VERSION@
9
-Libs: -L${libdir} -lclamav @LIBCLAMAV_LIBS@
10
-Cflags: -I${includedir} @CFLAGS@
9
+Libs: -L${libdir} -lclamav
10
+Libs.private: @LIBCLAMAV_LIBS@
11
+Cflags: -I${includedir}
11 12