From: Fredrik Fornwall Date: Thu, 10 Mar 2016 20:18:35 +0000 (-0500) Subject: gdb: Add comment explaining autoconf variables X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/03e92e97aa93120d1a56ef19a4ad3a5f9939861c?ds=sidebyside;hp=-c gdb: Add comment explaining autoconf variables --- 03e92e97aa93120d1a56ef19a4ad3a5f9939861c diff --git a/packages/gdb/build.sh b/packages/gdb/build.sh index 6ca430f6..4d802d9c 100755 --- 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