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

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


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

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

 kde3-automake-add-missing.patch |    2 +-
 kdnssd-avahi.spec               |    9 +++++++--
 2 files changed, 8 insertions(+), 3 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/kdnssd-avahi.spec b/kdnssd-avahi.spec
index 3ce5e20..0dad057 100644
--- a/kdnssd-avahi.spec
+++ b/kdnssd-avahi.spec
@@ -4,7 +4,7 @@
 Summary: KDE zeroconf implementation based on avahi
 Name:	 kdnssd-avahi
 Version: 0.1.3
-Release: 0.16.%{beta}%{?dist}
+Release: 0.17.%{beta}%{?dist}
 
 License: LGPLv2+
 Group: 	 System Environment/Libraries
@@ -17,7 +17,8 @@ Source1: kdnssd-avahi-svn_checkout.sh
 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
 
 BuildRequires: avahi-qt3-devel
@@ -99,6 +100,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Apr 01 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 0.1.3-0.17.20080116svn
+- use automake --force-missing to get aarch64 support (#925029/#925627)
+- also use automake --copy (the default is symlinking)
+
 * Sat Mar 09 2013 Kevin Kofler <Kevin at tigcc.ticalc.org> - 0.1.3-0.16.20080116svn
 - unify KDE 3 autotools fixes between packages
 


More information about the scm-commits mailing list