From 55327efc8943642c9d1b37682cfc935187d7733f Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 5 Feb 2024 09:15:55 +0100 Subject: [PATCH] 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 --- liblastlog2/lastlog2.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3