Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] systemd: ditch autoreconf
@ 2014-02-28 15:26 Gustavo Zacarias
  2014-03-01 14:36 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2014-02-28 15:26 UTC (permalink / raw)
  To: buildroot

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>
---
 package/systemd/systemd.mk | 2 --
 1 file changed, 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 \
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-01 14:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28 15:26 [Buildroot] [PATCH] systemd: ditch autoreconf Gustavo Zacarias
2014-03-01 14:36 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox