From: Karel Zak Date: Mon, 5 Feb 2024 08:15:55 +0000 (+0100) Subject: liblastlog2: fix pkg-config inclidedir X-Git-Tag: v2.41-devel~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55327efc8943642c9d1b37682cfc935187d7733f;p=thirdparty%2Futil-linux.git liblastlog2: fix pkg-config inclidedir The path for .pc must be the same as liblastlog2/src/Makemodule.am:$lastlog2incdir (and it's usually /usr/include/liblastlog2/). Signed-off-by: Karel Zak --- diff --git a/liblastlog2/lastlog2.pc.in b/liblastlog2/lastlog2.pc.in index 7f23c32058..39df5da441 100644 --- a/liblastlog2/lastlog2.pc.in +++ b/liblastlog2/lastlog2.pc.in @@ -9,5 +9,5 @@ Name: lastlog2 Description: Y2038 safe version of lastlog Version: @LIBLASTLOG2_VERSION@ Requires.private: sqlite3 -Cflags: -I${includedir}/lastlog2 +Cflags: -I${includedir}/liblastlog2 Libs: -L${libdir} -llastlog2