libkmod: remove external cflags from .pc file
authorJan Engelhardt <jengelh@medozas.de>
Sat, 24 Dec 2011 19:28:11 +0000 (20:28 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Sat, 24 Dec 2011 19:28:11 +0000 (20:28 +0100)
Since the public header files of libkmod do not include header files
of liblzma or zlib, the flags need not be present.

libkmod/libkmod.pc.in

index d5d3081..e4fdf21 100644 (file)
@@ -8,4 +8,4 @@ Description: Library to deal with kernel modules
 Version: @VERSION@
 Libs: -L${libdir} -lkmod
 Libs.private: @liblzma_LIBS@ @zlib_LIBS@
-Cflags: -I${includedir} @liblzma_CFLAGS@ @zlib_CFLAGS@
+Cflags: -I${includedir}