diff --git a/cmake.changes b/cmake.changes index a16995d..a95a2fd 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Sep 21 08:40:41 UTC 2015 - tchvatal@suse.com + +- Remove CMAKE_INSTALL_LIBDIR declaration from the macros. rh#795542 + * It is unfortunate but SOME packages will now have to define it + themselves because in some cases it is relative path while in + others it is absolute one. + ------------------------------------------------------------------- Fri Sep 18 12:26:13 UTC 2015 - foss@grueninger.de diff --git a/cmake.macros b/cmake.macros index 7063ad0..01911cd 100644 --- a/cmake.macros +++ b/cmake.macros @@ -11,7 +11,6 @@ cd build \ %__cmake .. \\\ -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \\\ - -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \\\ -DINCLUDE_INSTALL_DIR:PATH=%{_includedir} \\\ -DLIB_INSTALL_DIR:PATH=%{_libdir} \\\ -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \\\