- macros.cmake: drop -DCMAKE_SKIP_RPATH:BOOL=ON from %cmake
This commit is contained in:
parent
55374fd8f2
commit
3724c3c21b
@ -8,7 +8,7 @@
|
||||
|
||||
Name: cmake
|
||||
Version: 2.8.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Cross-platform make system
|
||||
|
||||
Group: Development/Tools
|
||||
@ -133,6 +133,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 14 2010 Rex Dieter <rdieter@fedorproject.org> - 2.8.0-2
|
||||
- macros.cmake: drop -DCMAKE_SKIP_RPATH:BOOL=ON from %%cmake
|
||||
|
||||
* Wed Nov 18 2009 Orion Poplawski <orion@cora.nwra.com> - 2.8.0-1
|
||||
- Update to 2.8.0 final
|
||||
|
||||
|
@ -21,5 +21,4 @@
|
||||
%if "%{?_lib}" == "lib64" \
|
||||
%{?_cmake_lib_suffix64} \\\
|
||||
%endif \
|
||||
%{?_cmake_skip_rpath} \\\
|
||||
-DBUILD_SHARED_LIBS:BOOL=ON
|
||||
|
Loading…
Reference in New Issue
Block a user