From a776c466e973de4620cb28883f3bbd9a5ebf2947 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 7 Feb 2018 16:19:27 +0100 Subject: [PATCH] testing/ocaml-csv: allow textrels --- testing/ocaml-csv/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/ocaml-csv/APKBUILD b/testing/ocaml-csv/APKBUILD index 7c257de1679..fef261dab69 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"