From af31700b99750a8a285e6f4918ef9476aad5cbfd Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Sat, 10 Sep 2022 07:33:35 +0000 Subject: [PATCH] main/zstd: unsplit -static this is quite annoying for cmake-detecting things, as cmake cannot handle the case of split files --- main/zstd/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/zstd/APKBUILD b/main/zstd/APKBUILD index 261efce09f70..074744b9853e 100644 --- a/main/zstd/APKBUILD +++ b/main/zstd/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: psykose <alice@ayaya.dev> pkgname=zstd pkgver=1.5.2 -pkgrel=6 +pkgrel=7 pkgdesc="Zstandard - Fast real-time compression algorithm" url="https://www.zstd.net/" arch="all" @@ -12,7 +12,6 @@ license="BSD-3-Clause GPL-2.0-or-later" makedepends="cmake grep" checkdepends="file" subpackages=" - $pkgname-static $pkgname-libs $pkgname-dev $pkgname-doc -- GitLab