All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libidn: fix build without makeinfo
@ 2017-09-23 19:47 Baruch Siach
  2017-09-24 16:06 ` Bernd Kuhls
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Baruch Siach @ 2017-09-23 19:47 UTC (permalink / raw)
  To: buildroot

Build fails when the makeinfo utility is not installed on the host.

Fixes:
http://autobuild.buildroot.net/results/dfd/dfdfb34ed81ba3a4b7a7271be482e75eca849dbf/
http://autobuild.buildroot.net/results/b33/b33c0b0e6b1033ab1d1294a91b869ee6adcd391a/
http://autobuild.buildroot.net/results/940/9401cc10f6da6a2e3453ebc65ce573c370733fb5/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/libidn/libidn.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libidn/libidn.mk b/package/libidn/libidn.mk
index 420b8dfb911a..b50a8b622f2d 100644
--- a/package/libidn/libidn.mk
+++ b/package/libidn/libidn.mk
@@ -7,7 +7,7 @@
 LIBIDN_VERSION = 1.33
 LIBIDN_SITE = $(BR2_GNU_MIRROR)/libidn
 LIBIDN_INSTALL_STAGING = YES
-LIBIDN_CONF_ENV = EMACS="no"
+LIBIDN_CONF_ENV = EMACS="no" MAKEINFO=true
 LIBIDN_CONF_OPTS = --disable-java --enable-csharp=no
 LIBIDN_DEPENDENCIES = host-pkgconf $(TARGET_NLS_DEPENDENCIES) $(if $(BR2_PACKAGE_LIBICONV),libiconv)
 LIBIDN_LICENSE = GPL-2.0+, GPL-3.0+, LGPL-3.0+
-- 
2.14.1

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

* [Buildroot] [PATCH] libidn: fix build without makeinfo
  2017-09-23 19:47 [Buildroot] [PATCH] libidn: fix build without makeinfo Baruch Siach
@ 2017-09-24 16:06 ` Bernd Kuhls
  2017-09-24 18:42 ` Peter Korsgaard
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2017-09-24 16:06 UTC (permalink / raw)
  To: buildroot

Am Sat, 23 Sep 2017 22:47:54 +0300 schrieb Baruch Siach:

> Build fails when the makeinfo utility is not installed on the host.

Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[build-tested using http://autobuild.buildroot.net/
results/935/9353e6070dba5e01e8bcd2ecc4890e635be7e72d/]

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

* [Buildroot] [PATCH] libidn: fix build without makeinfo
  2017-09-23 19:47 [Buildroot] [PATCH] libidn: fix build without makeinfo Baruch Siach
  2017-09-24 16:06 ` Bernd Kuhls
@ 2017-09-24 18:42 ` Peter Korsgaard
  2017-09-24 20:12 ` Peter Korsgaard
  2017-10-16 22:02 ` Peter Korsgaard
  3 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2017-09-24 18:42 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > Build fails when the makeinfo utility is not installed on the host.
 > Fixes:
 > http://autobuild.buildroot.net/results/dfd/dfdfb34ed81ba3a4b7a7271be482e75eca849dbf/
 > http://autobuild.buildroot.net/results/b33/b33c0b0e6b1033ab1d1294a91b869ee6adcd391a/
 > http://autobuild.buildroot.net/results/940/9401cc10f6da6a2e3453ebc65ce573c370733fb5/

 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] libidn: fix build without makeinfo
  2017-09-23 19:47 [Buildroot] [PATCH] libidn: fix build without makeinfo Baruch Siach
  2017-09-24 16:06 ` Bernd Kuhls
  2017-09-24 18:42 ` Peter Korsgaard
@ 2017-09-24 20:12 ` Peter Korsgaard
  2017-10-16 22:02 ` Peter Korsgaard
  3 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2017-09-24 20:12 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > Build fails when the makeinfo utility is not installed on the host.
 > Fixes:
 > http://autobuild.buildroot.net/results/dfd/dfdfb34ed81ba3a4b7a7271be482e75eca849dbf/
 > http://autobuild.buildroot.net/results/b33/b33c0b0e6b1033ab1d1294a91b869ee6adcd391a/
 > http://autobuild.buildroot.net/results/940/9401cc10f6da6a2e3453ebc65ce573c370733fb5/

 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] libidn: fix build without makeinfo
  2017-09-23 19:47 [Buildroot] [PATCH] libidn: fix build without makeinfo Baruch Siach
                   ` (2 preceding siblings ...)
  2017-09-24 20:12 ` Peter Korsgaard
@ 2017-10-16 22:02 ` Peter Korsgaard
  3 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2017-10-16 22:02 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > Build fails when the makeinfo utility is not installed on the host.
 > Fixes:
 > http://autobuild.buildroot.net/results/dfd/dfdfb34ed81ba3a4b7a7271be482e75eca849dbf/
 > http://autobuild.buildroot.net/results/b33/b33c0b0e6b1033ab1d1294a91b869ee6adcd391a/
 > http://autobuild.buildroot.net/results/940/9401cc10f6da6a2e3453ebc65ce573c370733fb5/

 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Committed to 2017.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-10-16 22:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-23 19:47 [Buildroot] [PATCH] libidn: fix build without makeinfo Baruch Siach
2017-09-24 16:06 ` Bernd Kuhls
2017-09-24 18:42 ` Peter Korsgaard
2017-09-24 20:12 ` Peter Korsgaard
2017-10-16 22:02 ` Peter Korsgaard

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.