summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-04-21 20:35:17 +0200
committerLennart Poettering <lennart@poettering.net>2015-04-21 20:35:17 +0200
commit3bd3150367f5751e4d1dff8e070d2deb3be3489a (patch)
tree3f57c132c78e90cc7c4759377aebb3d60d05ef5f /man
parente911de996a72af7659e4019f03b80f11c476f3f3 (diff)
build-sys: move systemd.pc from pkgconfiglibdir back into pkgconfigdatadir
The original idea of systemd.pc was to contain arch-independent system and systemd information. By exposing libdir as part of the fields (added in eb39a6239c631873db62f6a942e6cb3dab0a2db4), it started to carry arch-dependent data, thus breaking multilib systems. It was then moved to pkgconfiglibdir to deal with this (in aec432c6134146e138124c4130be2ee89dca07fa), but actually the right approach is to simply not include libdir in the .pc file at all. THis patch hence more or less reverts both commits again, and moves the .pc file back into pkgconfigdatadir. As alternative for querying the systems primary libdir there's now "systemd-path system-library-arch", hence a more correct alternative exists for querying this variable from the .pc file.
Diffstat (limited to 'man')
-rw-r--r--man/file-hierarchy.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/man/file-hierarchy.xml b/man/file-hierarchy.xml
index df97884ae..3a5627d19 100644
--- a/man/file-hierarchy.xml
+++ b/man/file-hierarchy.xml
@@ -257,7 +257,6 @@
architecture-dependent, too. To query
<varname>$libdir</varname> for the primary architecture of the
system, invoke:
- <programlisting># pkg-config --variable=libdir systemd</programlisting> or
<programlisting># systemd-path system-library-arch</programlisting></para></listitem>
</varlistentry>