This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 88a23b423d2d987e987b502c866d9bac56accd55 (commit) via ffd87fbafcd0997e7bcebabe80da2ee33294d953 (commit) from 98af27fdb1ac3a29e387ec1c796f53963febfd9b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 88a23b423d2d987e987b502c866d9bac56accd55 Merge: ffd87fbafcd0997e7bcebabe80da2ee33294d953 98af27fdb1ac3a29e387ec1c796f53963febfd9b Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Mar 11 17:05:17 2010 +0100
Merge branch 'next' of ssh://ms@git.ipfire.org/pub/git/ipfire-2.x into next
commit ffd87fbafcd0997e7bcebabe80da2ee33294d953 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Mar 11 17:02:48 2010 +0100
openssl: Fix compilation of openssl.
-----------------------------------------------------------------------
Summary of changes: lfs/openssl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
Difference in files: diff --git a/lfs/openssl b/lfs/openssl index eaa5d65..f29efa7 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
hooks/post-receive -- IPFire 2.x development tree