]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
avahi: Update to version 0.6.31
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 6 Apr 2015 19:37:01 +0000 (15:37 -0400)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 6 Apr 2015 22:28:58 +0000 (00:28 +0200)
avahi/avahi.nm

index 1041320da9275b6ee608c3cfc54efbf097406fdb..cd3bcfa5bd61022f83b04cb49bc1bf7f61e4a92a 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = avahi
-version    = 0.6.30
-release    = 4
+version    = 0.6.31
+release    = 1
 
 groups     = Networking/Zeroconf
 url        = http://avahi.org/
@@ -26,6 +26,7 @@ source_dl  = http://avahi.org/download/
 
 build
        requires
+               automake
                dbus-devel
                dbus-glib-devel
                expat-devel
@@ -41,6 +42,13 @@ build
                systemd-units
        end
 
+       prepare_cmds
+               # for aarch64
+               for i in $(find . -name config.guess -or -name config.sub); do
+                       cp -vf %{datadir}/automake-*/config.{guess,sub} $(dirname ${i})
+               done
+       end
+
        configure_options += \
                --with-distro=none \
                --with-systemdsystemunitdir=%{unitdir} \