package/systemd: needs glibc
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 21 Nov 2018 21:05:56 +0000 (22:05 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 22 Nov 2018 16:15:33 +0000 (17:15 +0100)
commit0d61846b5f267839911a76ed2aeed505575de0bd
tree169590be53560d940e6e0948c3453dbde0e462b3
parent9ea1179eb5eece404a17cf5d313b05f303ae18e2
package/systemd: needs glibc

Since version v239, systemd-nspawn unconditioanlly uses prlimit(2),
which is not implemented in uClibc-ng. systemd-nspawn can not be
disabled.

This makes systemd glibc-only again.

After a bit of discussion with upstream (om IRC), it looks very
improbable that they accept a patch making systemd-nspawn optional.
They would probably consider a patch that provides that syscall wrapper
if it is missing, though, but that's less trivial...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Waldemar Brodkorb <wbx@openadk.org>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/systemd/Config.in
package/systemd/systemd.mk
system/Config.in