Hey Jan,

awesome - applied and

Committed revision 44181.

More patches always welcome!

        René

On Jul 9, 2015, at 22:25, Jan Rovins <[email protected]> wrote:

> 
> Hi Rene & List,
> 
> I have a co worker who is trying to re build a  T2 snapshot on a Suse 11 
> host.  I have built the same thing successfully on a more recent ubuntu build 
> host, but he has uncovered an inconsistency when building the wget package.
> 
> His build host does not have the ssl development libs installed, and we are 
> building T2  generic minimal as a cross build for core-2 arch.
> 
> The configure script is checking the build host's file system for libssl, but 
> it should be looking in the T2 rootfs for those libs.
> 
> this change fixed it for us:
> 
> diff --git a/package/network/wget/wget.conf b/package/network/wget/wget.conf
> index d71e2c6..99434d3 100644
> --- a/package/network/wget/wget.conf
> +++ b/package/network/wget/wget.conf
> @@ -14,4 +14,5 @@
> 
> if ! pkginstalled gnutls && pkginstalled openssl; then
>        var_append confopt ' ' '--with-ssl=openssl'
> +       var_append confopt ' ' '--with-libssl-prefix=$root/usr'
> fi
> 
> Regards,
> 
> Jan

-- 
 ExactCODE GmbH, Lietzenburger Str. 42, DE-10789 Berlin
 DE Legal: Amtsgericht Berlin (Charlottenburg) HRB 105123B, Tax-ID#: DE251602478
 Managing Director: René Rebe
 http://exactcode.com | http://exactscan.com | http://ocrkit.com | 
http://t2-project.org | http://rene.rebe.de

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to