Author: chromatic Date: Sat Mar 29 14:20:33 2008 New Revision: 26632 Modified: trunk/CREDITS trunk/config/gen/makefiles/dynpmc_pl.in
Log: [config] Fixed Cygwin build to include crypto libs, if detected (Reini Urban, RT #52150). Modified: trunk/CREDITS ============================================================================== --- trunk/CREDITS (original) +++ trunk/CREDITS Sat Mar 29 14:20:33 2008 @@ -514,6 +514,10 @@ E: [EMAIL PROTECTED] W: http://www.bofh.org.uk:8080/ +N: Reini Urban +E: [EMAIL PROTECTED] +D: cygwin fixes + N: Richard Tibbetts D: Divide by zero exceptions in some PMCs Modified: trunk/config/gen/makefiles/dynpmc_pl.in ============================================================================== --- trunk/config/gen/makefiles/dynpmc_pl.in (original) +++ trunk/config/gen/makefiles/dynpmc_pl.in Sat Mar 29 14:20:33 2008 @@ -92,6 +92,8 @@ } else { $liblist = join( ' ', map { "-l$_" } keys %$libs ); + my $extraLibs = '@libs@ @icu_shared@'; + $liblist .= ' ' . $extraLibs; } return
