From c91d96b1150784ea00ca18cb79442a2b3d0ee0fc776987bcf2d568c2a1a0cd1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 21 Sep 2015 08:41:45 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=228 --- cmake.changes | 8 ++++++++ cmake.macros | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) 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} \\\