mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] flex: update 2.5.39 -> 2.6.3
@ 2017-03-29 11:51 Clemens Gruber
  2017-03-29 11:51 ` [ptxdist] [PATCH v2] iproute2: version bump 4.9.0 -> 4.10.0 Clemens Gruber
  2017-03-31 15:24 ` [ptxdist] [PATCH v2] flex: update 2.5.39 -> 2.6.3 Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Clemens Gruber @ 2017-03-29 11:51 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
 rules/flex.make | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/rules/flex.make b/rules/flex.make
index 803e25897..59fc7d0b8 100644
--- a/rules/flex.make
+++ b/rules/flex.make
@@ -16,11 +16,11 @@ PACKAGES-$(PTXCONF_FLEX) += flex
 #
 # Paths and names
 #
-FLEX_VERSION	:= 2.5.39
-FLEX_MD5	:= 477679c37ff8b28248a9b05f1da29a82
+FLEX_VERSION	:= 2.6.3
+FLEX_MD5	:= a5f65570cd9107ec8a8ec88f17b31bb1
 FLEX		:= flex-$(FLEX_VERSION)
-FLEX_SUFFIX	:= tar.xz
-FLEX_URL	:= $(call ptx/mirror, SF, flex/$(FLEX).$(FLEX_SUFFIX))
+FLEX_SUFFIX	:= tar.gz
+FLEX_URL	:= https://github.com/westes/flex/releases/download/v$(FLEX_VERSION)/$(FLEX).$(FLEX_SUFFIX)
 FLEX_SOURCE	:= $(SRCDIR)/$(FLEX).$(FLEX_SUFFIX)
 FLEX_DIR	:= $(BUILDDIR)/$(FLEX)
 FLEX_LICENSE	:= BSD-2-Clause
@@ -36,7 +36,13 @@ FLEX_CONF_TOOL	:= autoconf
 FLEX_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
 	--disable-nls \
-	--disable-rpath
+	--disable-rpath \
+	--disable-warnings \
+	--enable-libfl \
+	--disable-bootstrap
+
+FLEX_MAKE_OPT	:= -C src
+FLEX_INSTALL_OPT:= -C src install
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.12.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2017-04-03  8:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-29 11:51 [ptxdist] [PATCH v2] flex: update 2.5.39 -> 2.6.3 Clemens Gruber
2017-03-29 11:51 ` [ptxdist] [PATCH v2] iproute2: version bump 4.9.0 -> 4.10.0 Clemens Gruber
2017-04-03  8:29   ` Michael Olbrich
2017-03-31 15:24 ` [ptxdist] [PATCH v2] flex: update 2.5.39 -> 2.6.3 Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox