From eb39a6239c631873db62f6a942e6cb3dab0a2db4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 30 Jun 2014 23:04:26 +0200 Subject: [PATCH] pc: export $libdir in the .pc file This is useful for code that tries to figure out the primary arch's $libdir on the local system, given that is different on the various Linuxes. --- src/core/systemd.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/systemd.pc.in b/src/core/systemd.pc.in index f8bccb5d6a..786b1cf84e 100644 --- a/src/core/systemd.pc.in +++ b/src/core/systemd.pc.in @@ -7,6 +7,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ +libdir=@libdir@ systemdutildir=@rootlibexecdir@ systemdsystemunitdir=@systemunitdir@ systemdsystempresetdir=@systempresetdir@