Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pkgbase=zlib-ng
pkgname=(zlib-ng zlib-ng-static)
pkgver=2.3.3
pkgrel=1
pkgrel=2
pkgdesc='zlib data compression library for the next generation systems'
arch=(x86_64 aarch64 riscv64 loongarch64)
license=(Zlib)
Expand All @@ -21,7 +21,7 @@ prepare() {

build() {
cd "$pkgname-$pkgver"
cmake . -DZLIB_COMPAT=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DWITH_RVV=OFF
cmake . -DZLIB_COMPAT=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
cmake --build . --config Release
}

Expand Down