avai: fix for libtool>=2.4.6 (cross builds)
This commit is contained in:
parent
cdc749b6b8
commit
5a7a57b18d
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'avahi'
|
# Template file for 'avahi'
|
||||||
pkgname=avahi
|
pkgname=avahi
|
||||||
version=0.6.31
|
version=0.6.31
|
||||||
revision=24
|
revision=25
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
|
||||||
@ -32,9 +32,9 @@ conf_files="
|
|||||||
system_accounts="avahi:23"
|
system_accounts="avahi:23"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" libtool glib-devel"
|
hostmakedepends+=" automake libtool glib-devel"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize -f
|
autoreconf -if
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user