chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05ef5b9
)
mariadb: Fix i686 build with libatomic
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 2 Jul 2017 19:41:14 +0000
(21:41 +0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 2 Jul 2017 19:41:14 +0000
(21:41 +0200)
packages/mariadb/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/mariadb/build.sh
b/packages/mariadb/build.sh
index 2a238d1727344ec61897de4b6ff5ac521139d81e..ffc228d23f230b0e874906413b0e3d9cd32b0797 100644
(file)
--- a/
packages/mariadb/build.sh
+++ b/
packages/mariadb/build.sh
@@
-63,7
+63,7
@@
termux_step_pre_configure () {
if [ $TERMUX_ARCH = "i686" ]; then
# Avoid undefined reference to __atomic_load_8:
-
LD
FLAGS+=" -latomic"
+
C
FLAGS+=" -latomic"
fi
}