From: Michael Tremer Date: Thu, 11 Mar 2010 16:02:48 +0000 (+0100) Subject: openssl: Fix compilation of openssl. X-Git-Tag: v2.9-beta1~412^2~34 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=ffd87fbafcd0997e7bcebabe80da2ee33294d953 openssl: Fix compilation of openssl. --- diff --git a/lfs/openssl b/lfs/openssl index eaa5d654ca..f29efa7efc 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -77,7 +77,8 @@ endif @rm -rf /etc/ssl cd $(DIR_APP) && sed -i -e 's/mcpu/march/' config cd $(DIR_APP) && sed -i -e 's/-O3/-O2/' -e 's/-march=i486/-march=i586/' Configure - cd $(DIR_APP) && ./config --openssldir=/etc/ssl --prefix=/usr shared + cd $(DIR_APP) && ./Configure --openssldir=/etc/ssl --prefix=/usr shared linux-elf \ + zlib-dynamic no-asm 386 cd $(DIR_APP) && make MANDIR=/usr/share/man cd $(DIR_APP) && make MANDIR=/usr/share/man install rm -rf /etc/ssl/lib