summaryrefslogtreecommitdiff
path: root/package/systemd
diff options
context:
space:
mode:
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>2016-07-02 15:59:12 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-02 16:45:34 +0200
commit638cfb5e0e4f93c7d3ccddf17dd95d719943c5fe (patch)
treed9765b261e93bfa322ae45004e11877d4703c4c3 /package/systemd
parent30c3a035ff798e56c41e6967abbd11ee002fb212 (diff)
package/systemd: Remove SYSTEMD_COMPAT option
Since v230 of systemd, the compat libraries have been fully removed. https://github.com/systemd/systemd/commit/4de282cf9324ab13d17ac334244d0d7cae2df37d Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> [Thomas: rewrap Config.in help text in Config.in.legacy and put the option at the right place.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/systemd')
-rw-r--r--package/systemd/Config.in13
-rw-r--r--package/systemd/systemd.mk6
2 files changed, 0 insertions, 19 deletions
diff --git a/package/systemd/Config.in b/package/systemd/Config.in
index 34c00ad57..f064c1221 100644
--- a/package/systemd/Config.in
+++ b/package/systemd/Config.in
@@ -311,19 +311,6 @@ config BR2_PACKAGE_SYSTEMD_TIMESYNCD
http://www.freedesktop.org/software/systemd/man/systemd-timesyncd.html
-config BR2_PACKAGE_SYSTEMD_COMPAT
- bool "enable compatibility libraries"
- help
- Since systemd 209, the following libraries have been merged into
- libsystemd.so:
-
- - libsystemd-daemon
- - libsystemd-id128
- - libsystemd-journal
- - libsystemd-login
-
- This option enables the installation of compatibility *.pc files.
-
config BR2_PACKAGE_SYSTEMD_SMACK_SUPPORT
bool "enable SMACK support"
select BR2_PACKAGE_ATTR
diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index 2f5019cf2..835fc26a3 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -54,12 +54,6 @@ define SYSTEMD_RUN_INTLTOOLIZE
endef
SYSTEMD_PRE_CONFIGURE_HOOKS += SYSTEMD_RUN_INTLTOOLIZE
-ifeq ($(BR2_PACKAGE_SYSTEMD_COMPAT),y)
-SYSTEMD_CONF_OPTS += --enable-compat-libs
-else
-SYSTEMD_CONF_OPTS += --disable-compat-libs
-endif
-
ifeq ($(BR2_PACKAGE_ACL),y)
SYSTEMD_CONF_OPTS += --enable-acl
SYSTEMD_DEPENDENCIES += acl