History log of /systemd/src/core/systemd.pc.in
Revision Date Author Comments Expand
3bd3150367f5751e4d1dff8e070d2deb3be3489a 21-Apr-2015 Lennart Poettering <lennart@poettering.net>

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.

ded21b6de3826c6d7a22aa67dc538e2417f43b70 30-Jun-2014 Lennart Poettering <lennart@poettering.net>

pc: no longer expose exec_prefix in .pc file There's little reason to export this, so let's drop it to minimize the file a bit.

d4e85aac0bed39c8341da2614609c3d62825f1bf 30-Jun-2014 Lennart Poettering <lennart@poettering.net>

pc: expose more drop-in dirs in the .pc file

eb39a6239c631873db62f6a942e6cb3dab0a2db4 30-Jun-2014 Lennart Poettering <lennart@poettering.net>

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.

f7dc3ab9f43b67abcbd34062b9352ab42debec49 21-May-2014 Lennart Poettering <lennart@poettering.net>

logind: don't apply RemoveIPC= to system users We shouldn't destroy IPC objects of system users on logout. http://lists.freedesktop.org/archives/systemd-devel/2014-April/018373.html This introduces SYSTEM_UID_MAX defined to the maximum UID of system users. This value is determined compile-time, either as configure switch or from /etc/login.defs. (We don't read that file at runtime, since this is really a choice for a system builder, not the end user.) While we are at it we then also update journald to use SYSTEM_UID_MAX when we decide whether to split out log data for a specific client.

d267e69da42f51ed0b34b59c0e3bc988127b95a5 03-Aug-2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

pkg-config: export systemd{system,user}generatordir and catalogdir We export the location of a bunch of directories this way, so it makes sense to add those three. Especially catalogdir is something that we want people to add things to. Note on the naming: the first two are tied closely to systemd itself, so I prefixed them with "systemd". The third one is rather more generic, so no prefix. https://bugs.freedesktop.org/show_bug.cgi?id=67635

a1d41e17a5c3861becd66f1c9dba7eb39ae4c478 13-Sep-2012 Lennart Poettering <lennart@poettering.net>

rpm: expose preset dir as rpm macro and in systemd.pc

90ccc3fca7e53a60a9e67b9d5812e1d4a27fc07d 12-Apr-2012 Kay Sievers <kay@vrfy.org>

move more main systemd parts to core/