* Sun Feb 28 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.1-3

- put back CMAKE_INSTALL_RPATH_USE_LINK_PATH FALSE to avoid
  %_libdir/kde/devel rpaths (#568495)
This commit is contained in:
Rex Dieter 2010-02-28 21:17:07 +00:00
parent f9b68d5500
commit 398ad4ac7f
1 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,7 @@
Summary: KDE Libraries
Version: 4.4.1
Release: 2%{?dist}
Release: 3%{?dist}
Name: kdelibs
Epoch: 6
@ -81,7 +81,7 @@ Patch24: kdelibs-4.3.1-drkonq.patch
# this extra hassle (even though cmake is *supposed* to not add standard
# paths (like /usr/lib64) already! With this, we can drop
# -DCMAKE_SKIP_RPATH:BOOL=ON (finally)
Patch27: kdelibs-4.4.1-no_rpath.patch
Patch27: kdelibs-4.3.98-no_rpath.patch
# upstreamable
@ -425,6 +425,10 @@ rm -rf %{buildroot}
%changelog
* Sun Feb 28 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.1-3
- put back CMAKE_INSTALL_RPATH_USE_LINK_PATH FALSE to avoid
%%_libdir/kde/devel rpaths (#568495)
* Sun Feb 28 2010 Rex Dieter <rdieter@fedoraproject.org> - 6:4.4.1-2
- update no_rpath patch, revert back to
CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE (#568495)