[kdebase3] use automake --force-missing to get aarch64 support (#925029/#925627)

Kevin Kofler kkofler at fedoraproject.org
Mon Apr 1 17:23:50 UTC 2013


commit cf5a4507195d0b0057dc062ad8d57148327ce863
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Mon Apr 1 19:22:45 2013 +0200

    use automake --force-missing to get aarch64 support (#925029/#925627)
    
    * Mon Apr 01 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3.5.10-27
    - use automake --force-missing to get aarch64 support (#925029/#925627)
    - also use automake --copy (the default is symlinking)

 kde3-automake-add-missing.patch |    2 +-
 kdebase3.spec                   |   11 ++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)
---
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/kdebase3.spec b/kdebase3.spec
index b61afd1..6d0267d 100644
--- a/kdebase3.spec
+++ b/kdebase3.spec
@@ -15,7 +15,7 @@
 Name:    kdebase3
 Summary: KDE 3 core files
 Version: 3.5.10
-Release: 26%{?dist}
+Release: 27%{?dist}
 
 # programs: GPLv2, libs: LGPLv2
 License: GPLv2
@@ -83,7 +83,8 @@ Patch101: kdebase-3.5.10-ossl-1.x.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
 
 %if 0%{?libs}
@@ -752,7 +753,11 @@ fi
 
 
 %changelog
-* Sun Mar 10 2013 Rex Dieter <rdieter at fedoraproject.org> 3.5.10-26
+* Mon Apr 01 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3.5.10-27
+- use automake --force-missing to get aarch64 support (#925029/#925627)
+- also use automake --copy (the default is symlinking)
+
+* Sun Mar 10 2013 Rex Dieter <rdieter at fedoraproject.org> - 3.5.10-26
 - rebuild (OpenEXR)
 
 * Sat Mar 09 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3.5.10-25


More information about the scm-commits mailing list