SOURCES: ssmtp-nonsl.patch - updated to 2.62
adamg
adamg at pld-linux.org
Wed Jun 11 08:20:53 CEST 2008
Author: adamg Date: Wed Jun 11 06:20:53 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated to 2.62
---- Files affected:
SOURCES:
ssmtp-nonsl.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/ssmtp-nonsl.patch
diff -u SOURCES/ssmtp-nonsl.patch:1.1 SOURCES/ssmtp-nonsl.patch:1.2
--- SOURCES/ssmtp-nonsl.patch:1.1 Sat Aug 2 22:15:33 2003
+++ SOURCES/ssmtp-nonsl.patch Wed Jun 11 08:20:47 2008
@@ -4,7 +4,7 @@
AC_STRUCT_TM
dnl Checks for libraries.
--AC_CHECK_LIB(nsl, gethostname)
- AC_CHECK_LIB(socket, socket)
+-AC_SEARCH_LIBS(gethostname, nsl)
+ AC_SEARCH_LIBS(socket, socket)
dnl Checks for library functions.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/ssmtp-nonsl.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list