aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-csv
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-02-07 16:19:27 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-02-07 16:19:45 +0100
commita776c466e973de4620cb28883f3bbd9a5ebf2947 (patch)
tree71143c7ebb11964f11f649e032dfa92f074dfabd /testing/ocaml-csv
parent6a839340592ea1cc1b611df10f0fda05ef0a8bf5 (diff)
downloadaports-a776c466e973de4620cb28883f3bbd9a5ebf2947.tar.bz2
aports-a776c466e973de4620cb28883f3bbd9a5ebf2947.tar.xz
testing/ocaml-csv: allow textrels
Diffstat (limited to 'testing/ocaml-csv')
-rw-r--r--testing/ocaml-csv/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-csv/APKBUILD b/testing/ocaml-csv/APKBUILD
index 7c257de167..fef261dab6 100644
--- a/testing/ocaml-csv/APKBUILD
+++ b/testing/ocaml-csv/APKBUILD
@@ -15,7 +15,7 @@ makedepends="dune ocaml ocaml-findlib-dev opam"
subpackages="$pkgname-dev $pkgname-doc csvtool"
source="$pkgname-$pkgver.tar.bz2::https://github.com/Chris00/$pkgname/releases/download/$pkgver/csv-$pkgver.tbz"
builddir="$srcdir/$_pkgname-$pkgver"
-options="!check" # FIXME requires package lwt
+options="textrels !check" # FIXME check requires package lwt
build() {
cd "$builddir"