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