From: Fabrice Fontaine Date: Wed, 28 Oct 2020 11:35:40 +0000 (+0100) Subject: package/libraw: needs autoreconf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=082d0fea3deab17634a6b29e80579417440a6181;p=buildroot.git package/libraw: needs autoreconf 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 Signed-off-by: Thomas Petazzoni --- 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)"