- 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:
parent
446abae9de
commit
c91d96b115
@ -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
|
Fri Sep 18 12:26:13 UTC 2015 - foss@grueninger.de
|
||||||
|
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
cd build \
|
cd build \
|
||||||
%__cmake .. \\\
|
%__cmake .. \\\
|
||||||
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \\\
|
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \\\
|
||||||
-DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \\\
|
|
||||||
-DINCLUDE_INSTALL_DIR:PATH=%{_includedir} \\\
|
-DINCLUDE_INSTALL_DIR:PATH=%{_includedir} \\\
|
||||||
-DLIB_INSTALL_DIR:PATH=%{_libdir} \\\
|
-DLIB_INSTALL_DIR:PATH=%{_libdir} \\\
|
||||||
-DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \\\
|
-DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \\\
|
||||||
|
Loading…
Reference in New Issue
Block a user