All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit branch/2020.02.x] package/libraw: needs autoreconf
@ 2020-11-03 10:04 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2020-11-03 10:04 UTC (permalink / raw
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=cb0cac50816d87d1742ea52a6fedcfc3ac9f5256
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.02.x

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 082d0fea3deab17634a6b29e80579417440a6181)
Signed-off-by: Peter Korsgaard <peter@korsgaard.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)"
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-03 10:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-03 10:04 [Buildroot] [git commit branch/2020.02.x] package/libraw: needs autoreconf 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.