From: Michael Tremer Date: Wed, 3 Dec 2014 13:31:46 +0000 (+0100) Subject: cmake: Fix typo in pakfire macro X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fipfire-3.x.git;a=commitdiff_plain;h=13a8724a20d83cda90cfaa9eebc2dba16e8ebbcd cmake: Fix typo in pakfire macro The typo caused that libraries where not correctly installed on x86_64 --- diff --git a/cmake/cmake.macro b/cmake/cmake.macro index 222a9509a..f37e5ef4a 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 c037f8737..1227af7a6 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