index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-06 02:44:21 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-06 02:44:21 +0300 |
commit | 997340363a31436c3b5eee23b14278ffa81c0f49 (patch) | |
tree | e75b1d3f56e19d4afbaf8ad345c309f9e233cb33 /extra/libetebase/PKGBUILD | |
parent | 921761a0f67613dccce0fee4cb060cb6183aebd7 (diff) |
-rw-r--r-- | extra/libetebase/PKGBUILD | 3 |
diff --git a/extra/libetebase/PKGBUILD b/extra/libetebase/PKGBUILD index b6a28306..6883ef75 100644 --- a/extra/libetebase/PKGBUILD +++ b/extra/libetebase/PKGBUILD @@ -1,2 +1 @@ -# cargo/rust is still lined against openssl 1.1 -makedepends+=(openssl-1.1) +eval "$(declare -f prepare | sed 's@$CARCH-unknown-linux-gnu@$(rustc -vV | sed -n "s/host: //p")@')" |