chiark / gitweb /
pc: export $libdir in the .pc file
authorLennart Poettering <lennart@poettering.net>
Mon, 30 Jun 2014 21:04:26 +0000 (23:04 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 30 Jun 2014 21:19:00 +0000 (23:19 +0200)
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

index f8bccb5d6a9ffcfa188d43cac61da553898db78e..786b1cf84e6957a6f668534d7cb156fb3b652ba0 100644 (file)
@@ -7,6 +7,7 @@
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@
+libdir=@libdir@
 systemdutildir=@rootlibexecdir@
 systemdsystemunitdir=@systemunitdir@
 systemdsystempresetdir=@systempresetdir@