mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Clemens Gruber <clemens.gruber@pqgruber.com>
To: ptxdist@pengutronix.de
Cc: Clemens Gruber <clemens.gruber@pqgruber.com>
Subject: [ptxdist] [PATCH v2] flex: update 2.5.39 -> 2.6.3
Date: Wed, 29 Mar 2017 13:51:47 +0200	[thread overview]
Message-ID: <20170329115148.7278-1-clemens.gruber@pqgruber.com> (raw)

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

             reply	other threads:[~2017-03-29 11:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-29 11:51 Clemens Gruber [this message]
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

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=20170329115148.7278-1-clemens.gruber@pqgruber.com \
    --to=clemens.gruber@pqgruber.com \
    --cc=ptxdist@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox