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 432bc116fb34fd796c70132d184a3e3d1e126b4f (commit) from 991082e93600c3c2ba529ea8bbc0437c5764c964 (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 432bc116fb34fd796c70132d184a3e3d1e126b4f Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Apr 23 23:31:58 2015 +0200
openssl: fix typo on arm config.
-----------------------------------------------------------------------
Summary of changes: lfs/openssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/lfs/openssl b/lfs/openssl index 6872f10..699f360 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -66,7 +66,7 @@ endif endif
ifeq "$(MACHINE)" "armv5tel" - CONFIGURE_OPIONS += linux-generic32 + CONFIGURE_OPTIONS += linux-generic32 endif
###############################################################################
hooks/post-receive -- IPFire 2.x development tree