Drop CMAKE_SKIP_RPATH=ON from cmake macro, as in master

This commit is contained in:
Orion Poplawski 2010-08-18 16:48:58 -06:00
parent 3f45fdba2b
commit 2ca73bf8cf
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@
Name: cmake
Version: 2.6.4
Release: 5%{?dist}.1
Release: 5%{?dist}.2
Summary: Cross-platform make system
Group: Development/Tools
@ -136,6 +136,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%changelog
* Wed Aug 18 2010 Orion Poplawski <orion@cora.nwra.com> - 2.6.4-5.2
- Drop CMAKE_SKIP_RPATH=ON from cmake macro, as in master
* Tue Aug 17 2010 Orion Poplawski <orion@cora.nwra.com> - 2.6.4-5.1
- Build bootstrap - EL5 doesn't have xmlrpc-c yet
- Don't build qui - qt is too old

View File

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