
j+vpnc at 2009
Aug 31, 2009, 7:00 AM
Post #1 of 1
(542 views)
Permalink
|
|
build failure on non-glibc systems
|
|
Hello, on systems without an error(3) function (i.e., where HAVE_ERROR is not defined), making the test-crypto target currently fails because crypto.c uncondinionally includes <error.h> (and that header does not exist on such systems), and because sysdep.o (the file containing the missing error() function) is not specified as a source for the target in question. The attached patch fixes the problem (compile-tested on NetBSD/i386). Regards, Jukka -- This email fills a much-needed gap in the archives.
|