Date: Friday, January 27, 2023 @ 07:33:51 Author: arojas Revision: 467415
upgpkg: zstd 1.5.2-8: Restore zlib and lzma support (FS#75105) Modified: zstd/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-27 07:04:43 UTC (rev 467414) +++ PKGBUILD 2023-01-27 07:33:51 UTC (rev 467415) @@ -5,7 +5,7 @@ pkgname=zstd pkgver=1.5.2 -pkgrel=7 +pkgrel=8 pkgdesc='Zstandard - Fast real-time compression algorithm' url='https://facebook.github.io/zstd/' arch=(x86_64) @@ -35,7 +35,9 @@ cmake -S build/cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ + -DZSTD_ZLIB_SUPPORT=ON \ + -DZSTD_LZMA_SUPPORT=ON \ + -DZSTD_LZ4_SUPPORT=ON \ -DZSTD_BUILD_CONTRIB=ON \ -DZSTD_BUILD_STATIC=OFF \ -DZSTD_BUILD_TESTS=ON \
