mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
monero-gui: update sed command for libatomic
This commit is contained in:
parent
b32c4d2d14
commit
7cb9057311
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ pre_configure() {
|
||||||
echo "var GUI_MONERO_VERSION = \"${version}\"" >> version.js
|
echo "var GUI_MONERO_VERSION = \"${version}\"" >> version.js
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv[56]*) # armv[56]* need to link libatomic.a for __atomic_fetch_sub_8
|
armv[56]*) # armv[56]* need to link libatomic.a for __atomic_fetch_sub_8
|
||||||
sed -i *.pro -e "s;-leasylogging ;-leasylogging -latomic ;"
|
sed -i *.pro -e "s;-leasylogging;-leasylogging -latomic;"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue