Author: qrczak Date: Thu Jan 5 08:49:37 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - Fixed #include in zlib version detection.
---- Files affected: SOURCES: openssh-include.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/openssh-include.patch diff -u /dev/null SOURCES/openssh-include.patch:1.1 --- /dev/null Thu Jan 5 09:49:37 2006 +++ SOURCES/openssh-include.patch Thu Jan 5 09:49:32 2006 @@ -0,0 +1,10 @@ +--- openssh-4.2p1/configure.ac~ 2006-01-05 02:09:10.000000000 +0100 ++++ openssh-4.2p1/configure.ac 2006-01-05 02:32:00.000000000 +0100 +@@ -808,6 +808,7 @@ + + AC_MSG_CHECKING(for possibly buggy zlib) + AC_RUN_IFELSE([AC_LANG_SOURCE([[ ++#include <stdlib.h> + #include <stdio.h> + #include <zlib.h> + int main() ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
