From: Lennart Poettering Date: Mon, 30 Jun 2014 21:04:26 +0000 (+0200) Subject: pc: export $libdir in the .pc file X-Git-Tag: v215~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb39a6239c631873db62f6a942e6cb3dab0a2db4;p=thirdparty%2Fsystemd.git 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. --- diff --git a/src/core/systemd.pc.in b/src/core/systemd.pc.in index f8bccb5d6a9..786b1cf84e6 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@