X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=tools%2Fflex%2FMakefile;h=cc32da3ed0c1b2ddd5169f30dae31288246b9413;hb=3ab10f7882bee5a6968aaa7a686f9fa179da52a4;hp=2fcc2c643fd502a98e88190c46b2ef02721e37cf;hpb=9943867fae23547e9eb727ba2f53fa5ae36252be;p=openwrt.git diff --git a/tools/flex/Makefile b/tools/flex/Makefile index 2fcc2c643f..cc32da3ed0 100644 --- a/tools/flex/Makefile +++ b/tools/flex/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,15 +7,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=flex -PKG_VERSION:=2.5.35 +PKG_VERSION:=2.5.38 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_MD5SUM:=10714e50cea54dc7a227e3eddcd44d57 +PKG_MD5SUM:=b230c88e65996ff74994d08a2a2e0f27 PKG_CAT:=bzcat +HOST_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/host-build.mk +HOST_LDFLAGS += $(HOST_STATIC_LINKING) + define Host/Clean -$(MAKE) -C $(HOST_BUILD_DIR) uninstall $(call Host/Clean/Default)