projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcba63a
)
pc: export $libdir in the .pc file
author
Lennart Poettering
<lennart@poettering.net>
Mon, 30 Jun 2014 21:04:26 +0000
(23:04 +0200)
committer
Lennart 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
patch
|
blob
|
history
diff --git
a/src/core/systemd.pc.in
b/src/core/systemd.pc.in
index
f8bccb5
..
786b1cf
100644
(file)
--- 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@