systemd: ditch autoreconf

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@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2014-02-28 12:26:29 -03:00 committed by Thomas Petazzoni
parent 39a00df346
commit 34291708d0

View File

@ -23,8 +23,6 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y)
SYSTEMD_DEPENDENCIES += busybox
endif
SYSTEMD_AUTORECONF = YES
SYSTEMD_CONF_OPT += \
--with-rootprefix= \
--with-rootlibdir=/lib \