[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: ssl build problem

From: Matt Kraai <kraai_at_alumni.carnegiemellon.edu>
Date: 2001-10-25 16:55:12 CEST

On Thu, Oct 25, 2001 at 10:52:07AM -0400, Kevin Pilch-Bisson wrote:
> On Thu, Oct 25, 2001 at 04:47:49PM +0200, Sander Striker wrote:
> > > From: Kevin Pilch-Bisson [mailto:kevin@pilch-bisson.net]
> > > Sent: 25 October 2001 16:41
> >
> > > On Thu, Oct 25, 2001 at 04:34:07PM +0200, Sander Striker wrote:
> > > > $ /bin/sh neon/neon-config --cflags
> > > > -I/opt/svn/include/neon -DNEON_ZLIB -DNEON_SSL -I/opt/ssl/include
> > > >
> > > > This produces the correct output I would say.
> > > >
> > > Indeed our sed line is
> > > CFLAGS="$CFLAGS "`$abs_builddir/neon/neon-config | sed -e "s/-I.* //g"`
> > > which has its own problems in that it will get rid of that -I
> > > /opt/ssl/include.
> > >
> > > Perhaps we shouldn't filter the -I's at all.
> >
> > We should. The cmdline client doesn't need anything from the extra
> > include path (yet).
>
> Oh, right. Nevermind. Anyone who is better at sed wan't to comment on the
> sed line.

How about `sed -e "s/-I[^ ]* //g"' instead?

Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:45 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.