SOURCES: openssh-ac_fix.patch (NEW) - ac fix, needed for new autoc...

sparky sparky at pld-linux.org
Sat Jul 29 19:59:50 CEST 2006


Author: sparky                       Date: Sat Jul 29 17:59:50 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- ac fix, needed for new autoconf (result without it is strange anyway,
  there appears ']])' in configure file, no autoconf warning)

---- Files affected:
SOURCES:
   openssh-ac_fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/openssh-ac_fix.patch
diff -u /dev/null SOURCES/openssh-ac_fix.patch:1.1
--- /dev/null	Sat Jul 29 19:59:50 2006
+++ SOURCES/openssh-ac_fix.patch	Sat Jul 29 19:59:45 2006
@@ -0,0 +1,10 @@
+--- openssh-4.3p2/configure.ac~	2006-02-08 12:11:06.000000000 +0100
++++ openssh-4.3p2/configure.ac	2006-07-29 19:54:05.000000000 +0200
+@@ -1608,6 +1608,7 @@
+ 			AC_MSG_RESULT(no)
+ 			AC_DEFINE(BROKEN_GETADDRINFO)
+ 		],
++		[
+ 			AC_MSG_RESULT(cross-compiling, assuming no)
+ 		]
+ 	)
================================================================


More information about the pld-cvs-commit mailing list