diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-05 11:52:00 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-05 11:52:31 +0100 |
commit | 5703a0746e894fb8f72435b0f47d0cbf972349f7 (patch) | |
tree | e1c8f9882aa0ca5a8b92c87f2095f3bf665b6a92 /testing/ocaml-migrate-parsetree/APKBUILD | |
parent | 99e2351405aceaaff30b2323cf8d4955e93edd12 (diff) | |
download | aports-5703a0746e894fb8f72435b0f47d0cbf972349f7.tar.bz2 aports-5703a0746e894fb8f72435b0f47d0cbf972349f7.tar.xz |
testing/ocaml-migrate-parsetree: allow textrels to fix on ppc64le
Diffstat (limited to 'testing/ocaml-migrate-parsetree/APKBUILD')
-rw-r--r-- | testing/ocaml-migrate-parsetree/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/ocaml-migrate-parsetree/APKBUILD b/testing/ocaml-migrate-parsetree/APKBUILD index d99491ea71..c59dd8127b 100644 --- a/testing/ocaml-migrate-parsetree/APKBUILD +++ b/testing/ocaml-migrate-parsetree/APKBUILD @@ -8,6 +8,7 @@ url="https://github.com/ocaml-ppx/ocaml-migrate-parsetree" arch="all !x86 !armhf !s390x" # limited by ocaml license="LGPL-2.1-only-WITH-linking-exception" makedepends="dune ocaml ocamlbuild ocaml-findlib ocaml-result-dev opam" +options="textrels" # ppc64le (?!) subpackages="$pkgname-dev $pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml-ppx/$pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |