Change 34888 by [EMAIL PROTECTED] on 2008/11/19 09:36:14
Integrate:
[ 34870]
Subject: [PATCH] Fix a missing single quote in hints/solaris_2.sh
From: Andy Dougherty <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 17 Nov 2008 13:11:59 -0500 (EST)
Affected files ...
... //depot/maint-5.10/perl/hints/solaris_2.sh#2 integrate
Differences ...
==== //depot/maint-5.10/perl/hints/solaris_2.sh#2 (text) ====
Index: perl/hints/solaris_2.sh
--- perl/hints/solaris_2.sh#1~32694~ 2007-12-22 01:23:09.000000000 -0800
+++ perl/hints/solaris_2.sh 2008-11-19 01:36:14.000000000 -0800
@@ -450,7 +450,7 @@
# Keep these in the left margin.
ccflags_uselargefiles="`getconf LFS_CFLAGS 2>/dev/null`"
ldflags_uselargefiles="`getconf LFS_LDFLAGS 2>/dev/null`"
-libswanted_uselargefiles="`getconf LFS_LIBS 2>/dev/null|sed -e '[EMAIL
PROTECTED]@@' -e 's@ -l@ @g`"
+libswanted_uselargefiles="`getconf LFS_LIBS 2>/dev/null|sed -e '[EMAIL
PROTECTED]@@' -e 's@ -l@ @g'`"
ccflags="$ccflags $ccflags_uselargefiles"
ldflags="$ldflags $ldflags_uselargefiles"
End of Patch.