disable-new-ldflags, fix FTBFS on rawhide

This commit is contained in:
Rex Dieter 2013-11-30 23:24:03 -06:00
parent 982fe59ce1
commit be2b171832
1 changed files with 5 additions and 2 deletions

View File

@ -15,7 +15,7 @@
Summary: KDE 3 Libraries
Name: kdelibs3
Version: 3.5.10
Release: 57%{?dist}
Release: 58%{?dist}
License: LGPLv2
Url: http://www.kde.org/
@ -289,7 +289,7 @@ export DO_NOT_COMPILE="libkscreensaver"
%configure \
--includedir=%{_includedir}/kde \
--disable-rpath \
--enable-new-ldflags \
--disable-new-ldflags \
--disable-debug --disable-warnings \
--disable-final \
--disable-fast-malloc \
@ -576,6 +576,9 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
%changelog
* Sat Nov 30 2013 Rex Dieter <rdieter@fedoraproject.org> 3.5.10-58
- --disable-new-ldflags, fix FTBFS on rawhide
* Wed Nov 27 2013 Rex Dieter <rdieter@fedoraproject.org> 3.5.10-57
- rebuild (openexr)