diff --git a/srcpkgs/bridge-utils/template b/srcpkgs/bridge-utils/template index ed8c4f1be6a..4009a1ee191 100644 --- a/srcpkgs/bridge-utils/template +++ b/srcpkgs/bridge-utils/template @@ -14,12 +14,12 @@ long_desc=" The Linux bridge code implements a subset of the ANSI/IEEE 802.1d standard." -Add_dependency full glibc -Add_dependency build autoconf +Add_dependency run glibc +Add_dependency build automake pre_configure() { - cd ${wrksrc} && aclocal && autoconf || return 1 + cd ${wrksrc} && autoreconf -vi || return 1 } post_install()