Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages / zlib-ng
Commits: 2bf5ce81 by Letu Ren at 2025-01-02T18:19:34+00:00 Remove WITH_UNALIGNED Latest release 2.2.3 cleanup the UNALIGNED option https://github.com/zlib-ng/zlib-ng/releases/tag/2.2.3 Original author: Letu Ren @fantasquex https://gitlab.archlinux.org/archlinux/packaging/packages/zlib-ng/-/merge_requests/1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -25,8 +25,6 @@ b2sums=('65cd976d559dcc31f34861a01b2eb0ce0439dd6412553a5a9842d2d937d4a0d1194aec9 build() { cd "${pkgbase}-${pkgver}" - # WITH_UNALIGNED - unaligned access invokes undefined behaviour, - # see https://github.com/gentoo/gentoo/pull/17167 for more info. local _options=( -G Ninja -DCMAKE_BUILD_TYPE=None @@ -34,7 +32,6 @@ build() { -DCMAKE_INSTALL_LIBDIR=lib -Wno-dev -DWITH_GTEST=OFF - -DWITH_UNALIGNED=OFF ) echo "Building zlib-ng" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zlib-ng/-/commit/2bf5ce81a7ed5b7e543bc234174cb4d16df3ae9d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zlib-ng/-/commit/2bf5ce81a7ed5b7e543bc234174cb4d16df3ae9d You're receiving this email because of your account on gitlab.archlinux.org.
