diff options
-rw-r--r-- | main/gd/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/gd/APKBUILD b/main/gd/APKBUILD index 128a0c6cbf..78ab244733 100644 --- a/main/gd/APKBUILD +++ b/main/gd/APKBUILD @@ -14,6 +14,7 @@ subpackages="$pkgname-dev $_pkgreal:libs" source="https://github.com/$_pkgreal/$_pkgreal/releases/download/$pkgname-$pkgver/$_pkgreal-$pkgver.tar.xz CVE-2016-7568.patch" builddir="$srcdir/$_pkgreal-$pkgver" +options="!check" build() { cd "$builddir" |