Skip to content
Snippets Groups Projects
Commit 6e36c1c1 authored by alice's avatar alice
Browse files

community/zlib-ng: skip check on ppc64le, remove removed option

parent 3f04439c
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,11 @@ checkdepends="gzip xxd zlib-dev"
subpackages="$pkgname-dev"
source="https://github.com/zlib-ng/zlib-ng/archive/$pkgver/zlib-ng-$pkgver.tar.gz"
case "$CARCH" in
# broken this release, will be fixed in next
ppc64le) options="$options !check" ;;
esac
# secfixes:
# 2.0.6-r0:
# - CVE-2022-37434
......@@ -30,7 +35,6 @@ build() {
-DWITH_DFLTCC_DEFLATE=ON \
-DWITH_DFLTCC_INFLATE=ON \
-DWITH_UNALIGNED=OFF \
-DZLIB_DUAL_LINK=ON \
-DZLIB_ENABLE_TESTS="$(want_check && echo ON || echo OFF)" \
-DZLIBNG_ENABLE_TESTS="$(want_check && echo ON || echo OFF)" \
-DWITH_GTEST=OFF \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment