Makefile 593 B

123456789101112131415161718192021222324252627
  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. PKG_NAME:=isl
  9. PKG_VERSION:=0.17.1
  10. PKG_SOURCE_URL:=http://isl.gforge.inria.fr
  11. PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
  12. PKG_HASH:=be152e5c816b477594f4c6194b5666d8129f3a27702756ae9ff60346a8731647
  13. HOST_BUILD_PARALLEL:=1
  14. include $(INCLUDE_DIR)/host-build.mk
  15. unexport CFLAGS
  16. HOST_CONFIGURE_ARGS += \
  17. --enable-static \
  18. --disable-shared \
  19. --with-gmp-prefix=$(STAGING_DIR_HOST)
  20. $(eval $(call HostBuild))