Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ zlib-ng
Commits:
e6a6d0a8 by Leonidas Spyropoulos at 2025-02-02T12:35:27+00:00
upgpkg: 2.2.3-2: explicitly set build with shared lib
Closes: #1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = zlib-ng
pkgdesc = zlib replacement with optimizations for next generation
systems
pkgver = 2.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zlib-ng/zlib-ng
arch = x86_64
license = Zlib
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgbase=zlib-ng
pkgname=(zlib-ng zlib-ng-compat)
pkgver=2.2.3
-pkgrel=1
+pkgrel=2
pkgdesc='zlib replacement with optimizations for next generation systems'
url='https://github.com/zlib-ng/zlib-ng'
arch=('x86_64')
@@ -32,6 +32,7 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib
-Wno-dev
-DWITH_GTEST=OFF
+ -DBUILD_SHARED_LIBS=ON
)
echo "Building zlib-ng"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zlib-ng/-/commit/e6a6d0a8d136621d440618613b9d888aa1fc8bc7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zlib-ng/-/commit/e6a6d0a8d136621d440618613b9d888aa1fc8bc7
You're receiving this email because of your account on gitlab.archlinux.org.