gdb: Add comment explaining autoconf variables
authorFredrik Fornwall <fredrik@fornwall.net>
Thu, 10 Mar 2016 20:18:35 +0000 (15:18 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Thu, 10 Mar 2016 20:18:35 +0000 (15:18 -0500)
packages/gdb/build.sh

index 6ca430f..4d802d9 100755 (executable)
@@ -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