From 5a7a57b18de2daa691097f78675f7724c2536bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 25 Oct 2015 15:21:16 +0100 Subject: [PATCH] avai: fix for libtool>=2.4.6 (cross builds) --- srcpkgs/avahi/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/avahi/template b/srcpkgs/avahi/template index 9f53272e4a3..4fe20800a0b 100644 --- a/srcpkgs/avahi/template +++ b/srcpkgs/avahi/template @@ -1,7 +1,7 @@ # Template file for 'avahi' pkgname=avahi version=0.6.31 -revision=24 +revision=25 build_pie=yes build_style=gnu-configure configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc @@ -32,9 +32,9 @@ conf_files=" system_accounts="avahi:23" if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" libtool glib-devel" + hostmakedepends+=" automake libtool glib-devel" pre_configure() { - libtoolize -f + autoreconf -if } fi