bridge-utils: need automake to build.
--HG-- extra : convert_revision : 139d5d2272f816c797fada9a080273cf1d7ae948
This commit is contained in:
parent
51045c87cc
commit
7f1114846e
1 changed files with 3 additions and 3 deletions
|
@ -14,12 +14,12 @@ long_desc="
|
||||||
|
|
||||||
The Linux bridge code implements a subset of the ANSI/IEEE 802.1d standard."
|
The Linux bridge code implements a subset of the ANSI/IEEE 802.1d standard."
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
Add_dependency build autoconf
|
Add_dependency build automake
|
||||||
|
|
||||||
pre_configure()
|
pre_configure()
|
||||||
{
|
{
|
||||||
cd ${wrksrc} && aclocal && autoconf || return 1
|
cd ${wrksrc} && autoreconf -vi || return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
|
|
Loading…
Reference in a new issue