diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2021-12-18 00:55:36 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2021-12-18 01:09:51 +0100 |
commit | f378b64a4eb63b46746716ff07562071b181ae8f (patch) | |
tree | b84bc6a4c69af1c458f9ab48bb9ceaef72460dfb /main/compiler-rt | |
parent | f5c74d1e1f23c07220c8da7175579efca0cb3617 (diff) | |
download | aports-f378b64a4eb63b46746716ff07562071b181ae8f.zip |
main/compiler-rt: drop subpackage -static
It doesn't make much sense in this aport.
Diffstat (limited to 'main/compiler-rt')
-rw-r--r-- | main/compiler-rt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/compiler-rt/APKBUILD b/main/compiler-rt/APKBUILD index 46d9acafa93..7f70339ce05 100644 --- a/main/compiler-rt/APKBUILD +++ b/main/compiler-rt/APKBUILD @@ -22,7 +22,7 @@ makedepends=" samurai " checkdepends="gtest-dev llvm-test-utils>=$_llvmver" -subpackages="$pkgname-static" +provides="$pkgname-static=$pkgver-r$pkgrel" # for backward compatibility (Alpine <3.16) source="https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/compiler-rt-$pkgver.src.tar.xz https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-$pkgver.src.tar.xz fuzzer-size_t-musl.patch |