28 lines
758 B
Diff
28 lines
758 B
Diff
|
--- clamav-0.99/libclamav.pc.in 2015-09-18 22:48:25.000000000 +0200
|
||
|
+++ clamav-0.99/libclamav.pc.in.private 2015-12-02 01:30:30.055231319 +0100
|
||
|
@@ -7,6 +7,6 @@
|
||
|
Description: A GPL virus scanner
|
||
|
Version: @PACKAGE_VERSION@
|
||
|
Libs: -L${libdir} -lclamav
|
||
|
-Libs.private: @LIBCLAMAV_LIBS@
|
||
|
+Libs.private: -L${libdir} -lclamav @LIBCLAMAV_LIBS@
|
||
|
Cflags: -I${includedir}
|
||
|
|
||
|
--- clamav-0.99/clamav-config.in 2015-05-28 23:56:25.000000000 +0200
|
||
|
+++ clamav-0.99/clamav-config.in.private 2015-12-02 01:31:34.933705763 +0100
|
||
|
@@ -54,12 +54,8 @@
|
||
|
usage 0
|
||
|
;;
|
||
|
|
||
|
- --cflags)
|
||
|
- echo -I@includedir@ @CFLAGS@
|
||
|
- ;;
|
||
|
-
|
||
|
- --libs)
|
||
|
- echo -L@libdir@ @LIBCLAMAV_LIBS@
|
||
|
+ (--cflags|--libs)
|
||
|
+ ${PKG_CONFIG:-pkg-config} "$1" libclamav
|
||
|
;;
|
||
|
|
||
|
*)
|