Skip to content

Commit eb39a62

Browse files
committed
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.
1 parent fcba63a commit eb39a62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/systemd.pc.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
prefix=@prefix@
99
exec_prefix=@exec_prefix@
10+
libdir=@libdir@
1011
systemdutildir=@rootlibexecdir@
1112
systemdsystemunitdir=@systemunitdir@
1213
systemdsystempresetdir=@systempresetdir@

0 commit comments

Comments
 (0)