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 3.x development tree".
The branch, master has been updated via 13a8724a20d83cda90cfaa9eebc2dba16e8ebbcd (commit) from 771aef5d309a3539ceb8112c26a9fbafb91a01af (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 13a8724a20d83cda90cfaa9eebc2dba16e8ebbcd Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Dec 3 14:31:46 2014 +0100
cmake: Fix typo in pakfire macro
The typo caused that libraries where not correctly installed on x86_64
-----------------------------------------------------------------------
Summary of changes: cmake/cmake.macro | 2 +- cmake/cmake.nm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/cmake/cmake.macro b/cmake/cmake.macro index 222a950..f37e5ef 100644 --- a/cmake/cmake.macro +++ b/cmake/cmake.macro @@ -3,7 +3,7 @@ #
__cmake = /usr/bin/cmake -if "${lib}" == "lib64" +if "%{lib}" == "lib64" __cmake_lib_suffix = -DLIB_SUFFIX=64 end
diff --git a/cmake/cmake.nm b/cmake/cmake.nm index c037f87..1227af7 100644 --- a/cmake/cmake.nm +++ b/cmake/cmake.nm @@ -5,7 +5,7 @@
name = cmake version = 2.8.4 -release = 2 +release = 3
groups = Development/Tools url = http://www.cmake.org
hooks/post-receive -- IPFire 3.x development tree