All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libraw: needs autoreconf
@ 2020-10-28 11:35 Fabrice Fontaine
  2020-10-31 22:44 ` Thomas Petazzoni
  2020-11-03 10:04 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-10-28 11:35 UTC (permalink / raw
  To: buildroot

configure is older than configure.ac in official libraw 0.20.2 tarball:
https://github.com/LibRaw/LibRaw/issues/353

Fixes:
 - http://autobuild.buildroot.org/results/abef2ac14a959093a6391cad28e738558e15ceec

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

diff --git a/package/libraw/libraw.mk b/package/libraw/libraw.mk
index acfa4dbe37..7f79000fd3 100644
--- a/package/libraw/libraw.mk
+++ b/package/libraw/libraw.mk
@@ -14,6 +14,8 @@ LIBRAW_CONF_OPTS += \
 LIBRAW_LICENSE = LGPL-2.1 or CDDL-1.0
 LIBRAW_LICENSE_FILES = LICENSE.LGPL LICENSE.CDDL README.md
 LIBRAW_DEPENDENCIES = host-pkgconf
+# https://github.com/LibRaw/LibRaw/issues/353
+LIBRAW_AUTORECONF = YES
 LIBRAW_CXXFLAGS = $(TARGET_CXXFLAGS)
 LIBRAW_CONF_ENV = CXXFLAGS="$(LIBRAW_CXXFLAGS)"
 
-- 
2.28.0

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

* [Buildroot] [PATCH 1/1] package/libraw: needs autoreconf
  2020-10-28 11:35 [Buildroot] [PATCH 1/1] package/libraw: needs autoreconf Fabrice Fontaine
@ 2020-10-31 22:44 ` Thomas Petazzoni
  2020-11-03 10:04 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-10-31 22:44 UTC (permalink / raw
  To: buildroot

On Wed, 28 Oct 2020 12:35:40 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> configure is older than configure.ac in official libraw 0.20.2 tarball:
> https://github.com/LibRaw/LibRaw/issues/353
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/abef2ac14a959093a6391cad28e738558e15ceec
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/libraw/libraw.mk | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/libraw: needs autoreconf
  2020-10-28 11:35 [Buildroot] [PATCH 1/1] package/libraw: needs autoreconf Fabrice Fontaine
  2020-10-31 22:44 ` Thomas Petazzoni
@ 2020-11-03 10:04 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-03 10:04 UTC (permalink / raw
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > configure is older than configure.ac in official libraw 0.20.2 tarball:
 > https://github.com/LibRaw/LibRaw/issues/353

 > Fixes:
 >  - http://autobuild.buildroot.org/results/abef2ac14a959093a6391cad28e738558e15ceec

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.02.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-11-03 10:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-28 11:35 [Buildroot] [PATCH 1/1] package/libraw: needs autoreconf Fabrice Fontaine
2020-10-31 22:44 ` Thomas Petazzoni
2020-11-03 10:04 ` 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.