summaryrefslogtreecommitdiffstats
path: root/package/systemd
diff options
context:
space:
mode:
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 34c00ad57c..f064c1221c 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 2f5019cf2d..835fc26a33 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
OpenPOWER on IntegriCloud