2015-11-13 11:35:37 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009-2013 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=isl
|
2022-08-18 12:42:01 +00:00
|
|
|
PKG_VERSION:=0.25
|
2015-11-13 11:35:37 +00:00
|
|
|
|
2021-10-21 19:09:49 +00:00
|
|
|
PKG_SOURCE_URL:=https://libisl.sourceforge.io/
|
2015-11-13 11:35:37 +00:00
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
2022-08-18 12:42:01 +00:00
|
|
|
PKG_HASH:=be7b210647ccadf90a2f0b000fca11a4d40546374a850db67adb32fad4b230d9
|
2015-11-13 11:35:37 +00:00
|
|
|
|
|
|
|
HOST_BUILD_PARALLEL:=1
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
|
|
|
|
unexport CFLAGS
|
|
|
|
|
|
|
|
HOST_CONFIGURE_ARGS += \
|
|
|
|
--enable-static \
|
|
|
|
--disable-shared \
|
|
|
|
--with-gmp-prefix=$(STAGING_DIR_HOST)
|
|
|
|
|
|
|
|
$(eval $(call HostBuild))
|