From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/libraw: needs autoreconf
Date: Wed, 28 Oct 2020 12:35:40 +0100 [thread overview]
Message-ID: <20201028113540.127357-1-fontaine.fabrice@gmail.com> (raw)
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
next reply other threads:[~2020-10-28 11:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-28 11:35 Fabrice Fontaine [this message]
2020-10-31 22:44 ` [Buildroot] [PATCH 1/1] package/libraw: needs autoreconf Thomas Petazzoni
2020-11-03 10:04 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201028113540.127357-1-fontaine.fabrice@gmail.com \
--to=fontaine.fabrice@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.