X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=tools%2Fflex%2FMakefile;h=bb5aecbdfeadeef0f3803c6e9678b1de5a31978e;hp=d949d4bf31b305ee59357dba566eda55a2be3cde;hb=0340d3ad2d1b6bdc9c58e242d987dd92a98d0db1;hpb=7ddc0380bd459685aaf0a68378193e811942465f diff --git a/tools/flex/Makefile b/tools/flex/Makefile index d949d4bf31..bb5aecbdfe 100644 --- a/tools/flex/Makefile +++ b/tools/flex/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2008-2014 OpenWrt.org +# +# Copyright (C) 2008-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,18 +7,24 @@ include $(TOPDIR)/rules.mk PKG_NAME:=flex -PKG_VERSION:=2.5.39 +PKG_CPE_ID:=cpe:/a:flex_project:flex +PKG_VERSION:=2.6.4 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_MD5SUM:=77d44c6bb8c0705e0017ab9a84a1502b -PKG_CAT:=bzcat +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://github.com/westes/flex/releases/download/v$(PKG_VERSION)/ +PKG_HASH:=e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995 +HOST_FIXUP:=autoreconf HOST_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk -HOST_LDFLAGS += $(HOST_STATIC_LINKING) +HOST_CONFIGURE_ARGS += --disable-shared + +define Host/Install + $(call Host/Install/Default) + $(LN) flex $(STAGING_DIR_HOST)/bin/lex +endef define Host/Clean -$(MAKE) -C $(HOST_BUILD_DIR) uninstall