]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
build-sys: merge libsystemd-label convenience lib
authorKay Sievers <kay@vrfy.org>
Wed, 3 Jun 2015 12:16:36 +0000 (14:16 +0200)
committerKay Sievers <kay@vrfy.org>
Wed, 3 Jun 2015 12:23:03 +0000 (14:23 +0200)
commit42fcc4d258cbcd53a7a3d38b9c12bc7b9b0f27dd
treef379990de9590666735361e795c0a1d8ddbe0af3
parent36f5e964dedc01b685a30367b7db1fa4c71ff2f3
build-sys: merge libsystemd-label convenience lib

Stop to pretend that we can split selinux related code from other.
We have too many cross-references and it breaks all the time and
I am no longer willing to maintain that mess for no real benefit.

We currently have cyclic dependencies which are only resolved on
machines with gc-sections toolchains. We need a simpler and at the
same time more strict model to manage our convenienc libraries and
linking.

The first thing to give up is the "optimization" of not linking
libselinux for a very few tools. If that is an issue, please fix
the mess that libselinux creates in selinux itself, and do not ask
consumers to work around it.
Makefile.am