]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
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 d5d308141d1d236df2fb6b0906d3cab6f9b151f9..e4fdf21dcd8f1ddbfd2ccc41b74c2656aa0175f8 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}