Gentoo Archives: gentoo-embedded

From: Joakim Tjernlund <joakim.tjernlund@×××××××××.se>
To: Mike Frysinger <vapier@g.o>
Cc: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] beginnings of autotools in openssl
Date: Wed, 25 May 2011 20:54:00
Message-Id: OF9558996C.669CE164-ONC125789B.007123DA-C125789B.0071D792@transmode.se
In Reply to: Re: [gentoo-embedded] beginnings of autotools in openssl by Mike Frysinger
1 Mike Frysinger <vapier@g.o> wrote on 2011/05/25 21:21:18:
2 >
3 > On Tuesday, May 24, 2011 17:22:23 Joakim Tjernlund wrote:
4 > > So I started to add autotools to openssl, was harder than I figured and I
5 > > didn't get too far. Anyhow I thought I post what I got so far for other to
6 > > either work on or comment on.
7 >
8 > i started such a project about 3 years ago, but ultimately gave up on it (i do
9 > still have the local code though). since i rewrote the logic in the ebuild to
10 > support cross-compiling (via $FILESDIR/gentoo.config), i'm not aware of the
11 > ebuild not properly building for any target.
12 >
13 > the killer for us now is cross-compiling perl. i started hacking at that, but
14 > then got distracted by other things. that patch though is here:
15 > svn://wh0rd.org/perl/libperl.patch
16 > and there is bug 134650 ...
17
18 Yeah, seen that patch. Benn looking at that myself many yers ago but didn't get very far.
19
20 I spent some more time at my openssl auto* work again and now I am
21 very close. It builds but I got some of the config options work so it wont
22 link with my app yet. Still only the ssl/ and crypto/ dirs done.
23 apps/ test/ and tools/ not so, these are not needed so I will skip these. No assembler code
24 either but PPC doesn't use any so am good anyway