aboutsummaryrefslogtreecommitdiffstats
path: root/community/rust
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-02-10 16:35:36 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-02-17 16:08:01 +0100
commit4cc3762b3ab7ace0e9c0ab4530ad4772811d73d8 (patch)
treed2c1c2532e32eef9f783957a99069f9964ee4785 /community/rust
parenta219ac840baa4a64208f6199d066febd552b74c3 (diff)
downloadaports-4cc3762b3ab7ace0e9c0ab4530ad4772811d73d8.tar.bz2
aports-4cc3762b3ab7ace0e9c0ab4530ad4772811d73d8.tar.xz
community/rust: remove non-functional code from abuild
Diffstat (limited to 'community/rust')
-rw-r--r--community/rust/APKBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD
index f44b3806d9..bf4d63ee68 100644
--- a/community/rust/APKBUILD
+++ b/community/rust/APKBUILD
@@ -57,10 +57,6 @@ prepare() {
# Remove bundled dependencies.
rm -Rf src/llvm/
- # Make sure to use the system LLVM.
- printf '[target.%s]\nllvm-config = "/usr/lib/llvm%s/bin/llvm-config"\n' \
- "$CTARGET" "$_llvmver" > config.toml
-
# Save untouched sources for packaging in -src subpackage.
cp -a "$builddir"/src "$srcdir"/rust-src
}