From 7d16c03ab0d8d9999f1756b8c6054507d3d86f0d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 3 Nov 2008 19:49:08 -0800 Subject: [PATCH] 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. --- Smake | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2