aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-ppx_tools_versioned
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-06 21:14:29 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-06 21:14:55 +0100
commit2fce8c03f8b972042c712d8d2eade9ed5360c10d (patch)
tree14c6a10dcd0e4a894194f8b547acae02354aa951 /testing/ocaml-ppx_tools_versioned
parent0d884af5aca341e619823de0c59b76bb4eb63147 (diff)
testing/ocaml-ppx_tools_versioned: allow textrels
Diffstat (limited to 'testing/ocaml-ppx_tools_versioned')
-rw-r--r--testing/ocaml-ppx_tools_versioned/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/ocaml-ppx_tools_versioned/APKBUILD b/testing/ocaml-ppx_tools_versioned/APKBUILD
index ebcd57e94a0..062044967f8 100644
--- a/testing/ocaml-ppx_tools_versioned/APKBUILD
+++ b/testing/ocaml-ppx_tools_versioned/APKBUILD
@@ -9,7 +9,9 @@ url="https://github.com/ocaml-ppx/ppx_tools_versioned"
arch="all !x86 !armhf !s390x" # limited by ocaml aport
license="MIT"
makedepends="ocaml ocaml-findlib ocaml-migrate-parsetree-dev ocaml-result-dev"
-options="!check" # no tests provided
+# textrels needed for ppc64le
+# no tests provided
+options="textrels !check"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml-ppx/$_pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"