SHA256
3
0
forked from pool/cmake

- 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
This commit is contained in:
Tomáš Chvátal 2015-09-21 08:41:45 +00:00 committed by Git OBS Bridge
parent 446abae9de
commit c91d96b115
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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} \\\