- workaround for glibc on x86_64 (rawhide), it causes build failure,
will be removed when it's fixed in glibc
This commit is contained in:
parent
d65173af7b
commit
6d80bfb5eb
14
kdelibs.spec
14
kdelibs.spec
@ -201,15 +201,9 @@ format for easy browsing.
|
||||
|
||||
%patch0 -p1 -b .parallel_devel
|
||||
%patch2 -p1 -b .kde149705
|
||||
%if 0%{?fedora} >= 9
|
||||
%patch5 -p1 -b .k3spell-hunspell
|
||||
%else
|
||||
# shouldn't be needed f9+, we'll see -- Rex
|
||||
%patch6 -p1 -b .openssl
|
||||
%endif
|
||||
%patch8 -p1 -b .all-css
|
||||
%patch9 -p1 -b .branding
|
||||
sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanager.cpp
|
||||
%patch11 -p1 -b .policykit
|
||||
%patch12 -p1 -b .Administration-menu
|
||||
%patch14 -p1 -b .libexecdir
|
||||
@ -222,6 +216,14 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
|
||||
|
||||
%build
|
||||
|
||||
# add release version
|
||||
sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanager.cpp
|
||||
|
||||
# workaround for glibc on x86_64 (rawhide)
|
||||
%ifarch x86_64
|
||||
sed -i -e "s|-std=iso9899:1990||" cmake/modules/FindKDE4Internal.cmake
|
||||
%endif
|
||||
|
||||
mkdir -p %{_target_platform}
|
||||
pushd %{_target_platform}
|
||||
%{cmake_kde4} -DKDE_DISTRIBUTION_TEXT="%{version}-%{release} Fedora" ..
|
||||
|
Loading…
Reference in New Issue
Block a user