mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Re: Zlib and OpenSSL headers on Ubuntu 9.10


From: Volker Grabsch
Subject: Re: [Mingw-cross-env-list] Re: Zlib and OpenSSL headers on Ubuntu 9.10
Date: Thu, 28 Jan 2010 00:35:05 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Tony Theodore <address@hidden> schrieb:
> >
> >> We should clarify this situation by adding corresponding "--disable-XXX"
> >> options to the native builds. It would be great if you could try to
> >> do that and if you could propose a corresponding patch.
> >
> > Shall do, that's seems a very clean solution.
> 
> So I removed the header packages to recreate the failures, and the
> attached patch allows the build to complete successfully. glib doesn't
> have a configure option, but the sed trick seems to work.
[...]
> +    $(SED) 's,found_zlib=no,found_zlib=yes,' -i 
> '$(1)/$(glib_SUBDIR)/configure'

Are you sure this works as expected? I thought you wanted
to _prevent_ it from finding zlib? Shouldn't we perform
the replacement the other way around?

       $(SED) 's,found_zlib=yes,found_zlib=no,' -i 
'$(1)/$(glib_SUBDIR)/configure'


Greets,

    Volker

-- 
Volker Grabsch
---<<(())>>---
Administrator
NotJustHosting GbR




reply via email to

[Prev in Thread] Current Thread [Next in Thread]