2010-12-17 10:41:16 +08:00
|
|
|
#
|
2014-03-10 09:26:14 +08:00
|
|
|
# Copyright (C) 2008-2014 OpenWrt.org
|
2010-12-17 10:41:16 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=flex
|
2014-04-20 05:39:10 +08:00
|
|
|
PKG_VERSION:=2.5.39
|
2010-12-17 10:41:16 +08:00
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
|
|
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
2014-04-20 05:39:10 +08:00
|
|
|
PKG_MD5SUM:=77d44c6bb8c0705e0017ab9a84a1502b
|
2010-12-17 10:41:16 +08:00
|
|
|
PKG_CAT:=bzcat
|
|
|
|
|
2012-09-15 22:18:01 +08:00
|
|
|
HOST_BUILD_PARALLEL:=1
|
|
|
|
|
2010-12-17 10:41:16 +08:00
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
|
2014-08-27 17:20:18 +08:00
|
|
|
HOST_CONFIGURE_ARGS += --disable-shared
|
2012-08-12 20:34:30 +08:00
|
|
|
HOST_LDFLAGS += $(HOST_STATIC_LINKING)
|
2012-08-11 03:26:24 +08:00
|
|
|
|
2010-12-17 10:41:16 +08:00
|
|
|
define Host/Clean
|
|
|
|
-$(MAKE) -C $(HOST_BUILD_DIR) uninstall
|
|
|
|
$(call Host/Clean/Default)
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call HostBuild))
|