aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/emscripten-fastcomp/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/emscripten-fastcomp/APKBUILD b/testing/emscripten-fastcomp/APKBUILD
index 70a744582b..0ef0cb0fff 100644
--- a/testing/emscripten-fastcomp/APKBUILD
+++ b/testing/emscripten-fastcomp/APKBUILD
@@ -8,7 +8,7 @@
pkgname=emscripten-fastcomp
# Keep in sync with package emscripten!
pkgver=1.37.9
-pkgrel=0
+pkgrel=1
pkgdesc="The Clang + LLVM backend for Emscripten"
url="https://kripken.github.io/emscripten-site/"
arch="all"
@@ -24,6 +24,8 @@ options="!check" # some tests are broken, don't bother with it for now
_prefix="/usr/lib/$pkgname"
ldpath="$_prefix/lib"
+# Avoid conflicts in provided so:* names with llvm package.
+sonameprefix="$pkgname:"
prepare() {
ln -sf ../../$pkgname-clang-$pkgver "$builddir"/tools/clang