From c36217128647c78349b34a6681b176171cfe702f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 24 Dec 2011 20:28:11 +0100 Subject: [PATCH] libkmod: remove external cflags from .pc file 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libkmod/libkmod.pc.in b/libkmod/libkmod.pc.in index d5d30814..e4fdf21d 100644 --- a/libkmod/libkmod.pc.in +++ b/libkmod/libkmod.pc.in @@ -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} -- 2.47.2