index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-01-20 19:09:29 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-01-20 19:09:29 +0100 |
commit | 0886145c5b380ba15c5ceea275a0fc0c2319b55c (patch) | |
tree | ea7c7176225e200a1f58552102fddb23b4d1696a /community/rust | |
parent | 47e8751fb40d8840a4c7aa6cc54c5326372649a3 (diff) |
-rw-r--r-- | community/rust/PKGBUILD | 9 | ||||
-rw-r--r-- | community/rust/config.toml.patch | 9 |
diff --git a/community/rust/PKGBUILD b/community/rust/PKGBUILD new file mode 100644 index 00000000..7e8ce061 --- /dev/null +++ b/community/rust/PKGBUILD @@ -0,0 +1,9 @@ +source+=(config.toml.patch) +sha256sums+=('55d59786b6a24590951688c01910ac331996fc5ea5e20f10d227db24b93b1e74') + +eval "$( + declare -f prepare | \ + sed ' + 2 a patch -p1 -i "$srcdir/config.toml.patch" + ' +)" diff --git a/community/rust/config.toml.patch b/community/rust/config.toml.patch new file mode 100644 index 00000000..f479499b --- /dev/null +++ b/community/rust/config.toml.patch @@ -0,0 +1,9 @@ +--- a/config.toml 2019-01-20 19:03:26.718067950 +0100 ++++ b/config.toml 2019-01-20 19:03:52.614834201 +0100 +@@ -25,3 +25,6 @@ + + [target.x86_64-unknown-linux-gnu] + llvm-config = "/usr/bin/llvm-config" ++ ++[target.i686-unknown-linux-gnu] ++llvm-config = "/usr/bin/llvm-config" |