[prev in list] [next in list] [prev in thread] [next in thread] 

List:       dovecot-cvs
Subject:    dovecot-2.2: configure: Don't break when using --without-shared-...
From:       dovecot () dovecot ! org (dovecot at dovecot ! org)
Date:       2014-12-26 15:29:20
Message-ID: hg.6078354e6238.1419607760.6920021320469856403 () talvi
[Download RAW message or body]

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic