~alpine/aports

[alpine-aports] [PATCH] community/ocaml: disable build on mips*

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20181126225518.6DA2C64012@mx7.valuehost.ru>
Sender timestamp
1543269942
DKIM signature
missing
Download raw message
Patch: +1 -1
List supported architectures explicitly since OCaml compiler supports
amd64 (x86_64), arm (armel, armhf, armv7), arm64 (aarch64), i386 (x86),
power (ppc64le) and s390x only. Keep arm*, x86, s390x out of the list,
just as before.
---
 community/ocaml/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD
index b69819c287..ad254c7b6a 100644
--- a/community/ocaml/APKBUILD
+++ b/community/ocaml/APKBUILD
@@ -6,7 +6,7 @@ pkgver=4.06.1
pkgrel=2
pkgdesc="Main implementation of the Caml programming language"
url="http://ocaml.org/"
arch="all !x86 !armhf !armv7 !s390x"
arch="aarch64 ppc64le x86_64"
license="LGPL-2.1-or-later-WITH-linking-exception"
depends="$pkgname-runtime=$pkgver-r$pkgrel gcc"
makedepends="gdbm-dev libc-dev ncurses-dev zlib-dev"
-- 
2.19.1




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)