[Buildroot] [git commit] systemd: ditch autoreconf

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Mar 1 14:28:16 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=34291708d077e5626453378df133a683c9606bef
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

It needs AM_PATH_LIBGCRYPT and will bail out if ALL_EXTRAS (libgcrypt)
isn't around - and it doesn't seem to be used at all.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/systemd/systemd.mk |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index bcdf95e..36ef704 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -23,8 +23,6 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y)
 SYSTEMD_DEPENDENCIES += busybox
 endif
 
-SYSTEMD_AUTORECONF = YES
-
 SYSTEMD_CONF_OPT += \
 	--with-rootprefix= \
 	--with-rootlibdir=/lib \



More information about the buildroot mailing list