OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 #
2 # Copyright (C) 2009-2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8  
9 PKG_NAME:=isl
3 office 10 PKG_VERSION:=0.18
1 office 11  
12 PKG_SOURCE_URL:=http://isl.gforge.inria.fr
13 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
3 office 14 PKG_HASH:=0f35051cc030b87c673ac1f187de40e386a1482a0cfdf2c552dd6031b307ddc4
1 office 15  
16 HOST_BUILD_PARALLEL:=1
17  
18 include $(INCLUDE_DIR)/host-build.mk
19  
20 unexport CFLAGS
21  
22 HOST_CONFIGURE_ARGS += \
23 --enable-static \
24 --disable-shared \
25 --with-gmp-prefix=$(STAGING_DIR_HOST)
26  
27 $(eval $(call HostBuild))