From 7125136fabfd0b9f1a508ee49ca45b851b3ce9be Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Mon, 4 Nov 2013 13:04:16 +0200 Subject: [PATCH] Don't expose systemd libraries via pkg-config Libs pkg-config 'Libs:' specifies link flags specific to this package. However, systemd journal logging is an internal dependency to libdlog. Therefore, it is not needed to expose the dependency to libdlog users. Change-Id: I3e6fe65b1d25c241032a5ecb4e972822340fcdae Signed-off-by: Mikko Ylinen --- dlog.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlog.pc.in b/dlog.pc.in index b0d787d..1fcb33b 100755 --- a/dlog.pc.in +++ b/dlog.pc.in @@ -7,5 +7,5 @@ Name: dlog Description: logging service Version: 1.0 Requires: -Libs: -L${libdir} -ldlog -lpthread @systemd_journal_LIBS@ +Libs: -L${libdir} -ldlog -lpthread Cflags: -I${includedir}/dlog -- 2.7.4