bison: no need to depend on glibc explicitly.
This commit is contained in:
parent
564d78b351
commit
941208c521
1 changed files with 1 additions and 3 deletions
|
@ -11,10 +11,8 @@ long_desc="
|
||||||
Bison is the GNU replacement for yacc(1). Some programs depend on
|
Bison is the GNU replacement for yacc(1). Some programs depend on
|
||||||
extensions present in Bison."
|
extensions present in Bison."
|
||||||
|
|
||||||
Add_dependency full glibc
|
|
||||||
Add_dependency full m4
|
Add_dependency full m4
|
||||||
|
|
||||||
pre_configure()
|
pre_configure() {
|
||||||
{
|
|
||||||
echo '#define YYENABLE_NLS 1' >> lib/config.h
|
echo '#define YYENABLE_NLS 1' >> lib/config.h
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue