From 6241df7ecd41187125d0d6946b6d0826cade6ff9 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Apr 01 2013 17:22:15 +0000 Subject: use automake --force-missing to get aarch64 support (#925029/#925627) * Mon Apr 01 2013 Kevin Kofler - 3.5.10-52 - use automake --force-missing to get aarch64 support (#925029/#925627) - also use automake --copy (the default is symlinking) --- diff --git a/kde3-automake-add-missing.patch b/kde3-automake-add-missing.patch index 9792f70..580a3bd 100644 --- a/kde3-automake-add-missing.patch +++ b/kde3-automake-add-missing.patch @@ -6,7 +6,7 @@ diff -up kdelibs-3.5.10/admin/cvs.sh.me kdelibs-3.5.10/admin/cvs.sh echo "*** Creating Makefile templates" -$AUTOMAKE || exit 1 -+$AUTOMAKE --add-missing || exit 1 ++$AUTOMAKE --add-missing --copy --force-missing || exit 1 if test "$UNSERMAKE" = no; then echo "*** Postprocessing Makefile templates" diff --git a/kdelibs3.spec b/kdelibs3.spec index 093cd15..2d28739 100644 --- a/kdelibs3.spec +++ b/kdelibs3.spec @@ -15,7 +15,7 @@ Summary: KDE 3 Libraries Name: kdelibs3 Version: 3.5.10 -Release: 51%{?dist} +Release: 52%{?dist} License: LGPLv2 Url: http://www.kde.org/ @@ -107,7 +107,8 @@ Patch208: kdelibs-3.5.x-CVE-2011-3365.patch Patch300: kde3-acinclude.patch # remove flawed and obsolete automake version check in admin/cvs.sh Patch301: kde3-automake-version.patch -# fix build failure with automake 1.13: add the --add-missing flag +# fix build failure with automake 1.13: add the --add-missing --copy flags +# also add --force-missing to get aarch64 support (#925029/#925627) Patch302: kde3-automake-add-missing.patch Requires: hicolor-icon-theme @@ -572,6 +573,10 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || : %changelog +* Mon Apr 01 2013 Kevin Kofler - 3.5.10-52 +- use automake --force-missing to get aarch64 support (#925029/#925627) +- also use automake --copy (the default is symlinking) + * Sun Mar 10 2013 Rex Dieter - 3.5.10-51 - rebuild (OpenEXR)