diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-06 21:16:44 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-06 21:16:44 +0100 |
commit | a3d8d4326d67f7d44bf4757fd537ef861c2074c8 (patch) | |
tree | d41e451ab397fb0a87ee0a05e019c6b2d2de2642 /testing/ocaml-react | |
parent | 2fce8c03f8b972042c712d8d2eade9ed5360c10d (diff) | |
download | aports-a3d8d4326d67f7d44bf4757fd537ef861c2074c8.tar.bz2 aports-a3d8d4326d67f7d44bf4757fd537ef861c2074c8.tar.xz |
testing/ocaml-react: allow textrels
Diffstat (limited to 'testing/ocaml-react')
-rw-r--r-- | testing/ocaml-react/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/ocaml-react/APKBUILD b/testing/ocaml-react/APKBUILD index b28972a468..9b512a0e8d 100644 --- a/testing/ocaml-react/APKBUILD +++ b/testing/ocaml-react/APKBUILD @@ -9,6 +9,7 @@ url="http://erratique.ch/software/react" arch="all !x86 !armhf !s390x" # limited by ocaml aport license="ISC" makedepends="ncurses ocaml ocaml-findlib ocamlbuild opam" +options="textrels" # needed for ppc64le subpackages="$pkgname-dev $pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/dbuenzli/$_pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |