From 03e92e97aa93120d1a56ef19a4ad3a5f9939861c Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 10 Mar 2016 15:18:35 -0500 Subject: [PATCH] gdb: Add comment explaining autoconf variables --- packages/gdb/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gdb/build.sh b/packages/gdb/build.sh index 6ca430f6e..4d802d9cb 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