diff mbox series

[1/1] package/libraw: needs autoreconf

Message ID 20201028113540.127357-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/libraw: needs autoreconf | expand

Commit Message

Fabrice Fontaine Oct. 28, 2020, 11:35 a.m. UTC
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(+)

Comments

Thomas Petazzoni Oct. 31, 2020, 10:44 p.m. UTC | #1
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
Peter Korsgaard Nov. 3, 2020, 10:04 a.m. UTC | #2
>>>>> "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.
diff mbox series

Patch

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)"