From: Ben Pfaff Date: Tue, 4 Nov 2008 03:49:08 +0000 (-0800) Subject: Use gnulib 'close' module, for compatibility with newest Gnulib. X-Git-Tag: v0.7.1~6^2~1 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=7d16c03ab0d8d9999f1756b8c6054507d3d86f0d Use gnulib 'close' module, for compatibility with newest Gnulib. Otherwise at link we get an undefined reference to symbol _close_used_without_requesting_gnulib_module_close. Thanks to Michel Boaventura for reporting the problem. --- diff --git a/Smake b/Smake index 3994a302..a4664237 100644 --- a/Smake +++ b/Smake @@ -9,6 +9,7 @@ GNULIB_MODULES = \ byteswap \ c-ctype \ c-strtod \ + close \ crypto/md4 \ dirname \ environ \