dovecot-2.2: configure: Don't break when using --without-shared-...

dovecot at dovecot.org dovecot at dovecot.org
Fri Dec 26 15:29:20 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/6078354e6238
changeset: 18131:6078354e6238
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Dec 26 17:28:30 2014 +0200
description:
configure: Don't break when using --without-shared-libs and CC with '/' chars.

diffstat:

 configure.ac |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r dd2eebe35a3a -r 6078354e6238 configure.ac
--- a/configure.ac	Wed Dec 17 14:43:30 2014 +0100
+++ b/configure.ac	Fri Dec 26 17:28:30 2014 +0200
@@ -2805,7 +2805,7 @@
   # libtool can't handle using whole-archive flags, so we need to do this
   # with a CC wrapper.. shouldn't be much of a problem, since most people
   # are building with shared libs.
-  sed "s/@CC@/$CC/" < $srcdir/cc-wrapper.sh.in > cc-wrapper.sh
+  sed "s:@CC@:$CC:" < $srcdir/cc-wrapper.sh.in > cc-wrapper.sh
   chmod +x cc-wrapper.sh
   CC=`pwd`/cc-wrapper.sh
 fi


More information about the dovecot-cvs mailing list