- macros.cmake: drop -DCMAKE_SKIP_RPATH:BOOL=ON from %cmake

This commit is contained in:
Rex Dieter 2010-01-14 17:05:09 +00:00
parent 55374fd8f2
commit 3724c3c21b
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -21,5 +21,4 @@
%if "%{?_lib}" == "lib64" \
%{?_cmake_lib_suffix64} \\\
%endif \
%{?_cmake_skip_rpath} \\\
-DBUILD_SHARED_LIBS:BOOL=ON