Skip to content
Snippets Groups Projects
Commit b4447b4f authored by Timo Teräs's avatar Timo Teräs
Browse files

main/isl: fix musl build, add cross build support

parent a69a5f02
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,8 @@ arch="all" ...@@ -9,7 +9,8 @@ arch="all"
license="MIT" license="MIT"
depends= depends=
depends_dev="gmp-dev" depends_dev="gmp-dev"
makedepends="$depends_dev" makedepends_host="$depends_dev"
makedepends="$makedepends_host"
replaces="cloog" replaces="cloog"
install="" install=""
subpackages="$pkgname-dev" subpackages="$pkgname-dev"
...@@ -19,6 +20,7 @@ _builddir="$srcdir"/$pkgname-$pkgver ...@@ -19,6 +20,7 @@ _builddir="$srcdir"/$pkgname-$pkgver
prepare() { prepare() {
local i local i
cd "$_builddir" cd "$_builddir"
update_config_sub || return 1
for i in $source; do for i in $source; do
case $i in case $i in
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment