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:
d601248
)
gdb: Add comment explaining autoconf variables
author
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 10 Mar 2016 20:18:35 +0000
(15:18 -0500)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 10 Mar 2016 20:18:35 +0000
(15:18 -0500)
packages/gdb/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/gdb/build.sh
b/packages/gdb/build.sh
index 6ca430f6ef4e818750d5b76898a612dc7e645641..4d802d9cba9a005955c015d981a8b1a4f5fac199 100755
(executable)
--- a/
packages/gdb/build.sh
+++ b/
packages/gdb/build.sh
@@
-13,5
+13,6
@@
TERMUX_PKG_BUILD_IN_SRC="yes"
# For frexp(3) usage:
LDFLAGS+=" -lm"
+# Fix "undefined reference to 'rpl_gettimeofday'" when building on x86:
export gl_cv_func_gettimeofday_clobber=no
export gl_cv_func_gettimeofday_posix_signature=yes