c7f4b96471
Since the trailing slash is stripped from $($(PKG)_SITE) by pkg-generic.mk: $(call DOWNLOAD,$($(PKG)_SITE:/=)/$($(PKG)_SOURCE)) so it is redundant. This patch removes it from $(PKG)_SITE variable for BR consistency. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
548 B
Makefile
18 lines
548 B
Makefile
################################################################################
|
|
#
|
|
# cloog
|
|
#
|
|
################################################################################
|
|
|
|
CLOOG_VERSION = 0.18.2
|
|
CLOOG_SITE = http://www.bastoul.net/cloog/pages/download
|
|
CLOOG_LICENSE = LGPLv2.1+
|
|
CLOOG_DEPENDENCIES = gmp isl
|
|
# Our libtool patch doesn't apply, and since this package is only
|
|
# built for the host, we don't really care about it.
|
|
CLOOG_LIBTOOL_PATCH = NO
|
|
|
|
HOST_CLOOG_CONF_OPT = --with-isl=system --with-polylib=no
|
|
|
|
$(eval $(host-autotools-package))
|