diff options
author | Leo Unglaub <leo@unglaub.at> | 2017-11-17 22:23:34 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-18 22:39:54 +0100 |
commit | 3fbe60c414d9f97202616b1c50f685a1d88e751b (patch) | |
tree | 4dab2e42c77c06dadd23af4fc2c6a15388e3d816 /main | |
parent | e9971a9d616933055cf5a0bbc7329d2a063ae1a3 (diff) | |
download | aports-3fbe60c414d9f97202616b1c50f685a1d88e751b.tar.bz2 aports-3fbe60c414d9f97202616b1c50f685a1d88e751b.tar.xz |
main/libogg: disable checks
There are no usefull tests in this library, so i am
going to disable the checks.
Diffstat (limited to 'main')
-rw-r--r-- | main/libogg/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/libogg/APKBUILD b/main/libogg/APKBUILD index 362884c057..552db12a3d 100644 --- a/main/libogg/APKBUILD +++ b/main/libogg/APKBUILD @@ -7,6 +7,7 @@ pkgdesc="Ogg bitstream and framing library" url="http://xiph.org/ogg/" arch="all" license="BSD" +options="!check" # no tests available depends= subpackages="$pkgname-doc $pkgname-dev" source="http://downloads.xiph.org/releases/ogg/$pkgname-$pkgver.tar.gz |