All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] dante: add AUTORECONF=YES
@ 2018-11-26 18:22 Fabrice Fontaine
  2018-11-26 18:22 ` [Buildroot] [PATCH 2/2] dante: fix --without-pam Fabrice Fontaine
  2018-11-26 19:43 ` [Buildroot] [PATCH 1/2] dante: add AUTORECONF=YES Yann E. MORIN
  0 siblings, 2 replies; 7+ messages in thread
From: Fabrice Fontaine @ 2018-11-26 18:22 UTC (permalink / raw)
  To: buildroot

We're patching compiler.m4

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/dante/dante.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/dante/dante.mk b/package/dante/dante.mk
index a147aa36dc..ff42e7432b 100644
--- a/package/dante/dante.mk
+++ b/package/dante/dante.mk
@@ -9,8 +9,8 @@ DANTE_SITE = http://www.inet.no/dante/files
 DANTE_LICENSE = BSD-3-Clause
 DANTE_LICENSE_FILES = LICENSE
 
-# Dante uses a *VERY* old configure.ac
-DANTE_LIBTOOL_PATCH = NO
+# We're patching compiler.m4
+DANTE_AUTORECONF = YES
 
 DANTE_CONF_OPTS += --disable-client --disable-preload --without-pam
 
-- 
2.14.1

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

end of thread, other threads:[~2018-11-27 22:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-26 18:22 [Buildroot] [PATCH 1/2] dante: add AUTORECONF=YES Fabrice Fontaine
2018-11-26 18:22 ` [Buildroot] [PATCH 2/2] dante: fix --without-pam Fabrice Fontaine
2018-11-26 19:46   ` Yann E. MORIN
2018-11-27 22:24     ` Arnout Vandecappelle
2018-11-26 19:43 ` [Buildroot] [PATCH 1/2] dante: add AUTORECONF=YES Yann E. MORIN
2018-11-27  7:17   ` Fabrice Fontaine
2018-11-27 16:33     ` Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.