From d1da4816c47ac597f0ad60ff914dabd8dc27cddc Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 7 Jul 2015 21:26:57 -0700 Subject: [PATCH] systemd: remove old configure options elfutils has a use flag, the dbus option was removed in 219 --- .../coreos-overlay/sys-apps/systemd/systemd-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild index cdb62919c0..6b3324a5bb 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild @@ -209,8 +209,6 @@ multilib_src_configure() { # no deps --enable-efi --enable-ima - # used for stacktraces in log messages, leave off for now - --disable-elfutils # Optional components/dependencies $(multilib_native_use_enable acl) @@ -262,7 +260,6 @@ multilib_src_configure() { --with-dbuspolicydir="${EPREFIX}/usr/share/dbus-1/system.d" --with-dbussessionservicedir="${EPREFIX}/usr/share/dbus-1/services" --with-dbussystemservicedir="${EPREFIX}/usr/share/dbus-1/system-services" - --with-dbusinterfacedir="${EPREFIX}/usr/share/dbus-1/interfaces" --with-ntp-servers="0.coreos.pool.ntp.org 1.coreos.pool.ntp.org 2.coreos.pool.ntp.org 3.coreos.pool.ntp.org"