| 0:5a4593b33cee | 1:05bd7e52b99b |
|---|---|
| 34 Distribution: OpenPKG Community | 34 Distribution: OpenPKG Community |
| 35 Class: CORE | 35 Class: CORE |
| 36 Group: CompilerCompiler | 36 Group: CompilerCompiler |
| 37 License: GPL | 37 License: GPL |
| 38 Version: %{V_new} | 38 Version: %{V_new} |
| 39 Release: 20081213 | 39 Release: 20090106 |
| 40 | 40 |
| 41 # package options | 41 # package options |
| 42 %option with_old no | 42 %option with_old no |
| 43 | 43 |
| 44 # list of sources | 44 # list of sources |
| 87 | 87 |
| 88 %build | 88 %build |
| 89 ( cd bison-%{V_new} | 89 ( cd bison-%{V_new} |
| 90 CC="%{l_cc}" \ | 90 CC="%{l_cc}" \ |
| 91 CFLAGS="%{l_cflags -O}" \ | 91 CFLAGS="%{l_cflags -O}" \ |
| 92 CONFIG_SHELL=/bin/sh \ | |
| 93 ./configure \ | 92 ./configure \ |
| 94 --prefix=%{l_prefix} \ | 93 --prefix=%{l_prefix} \ |
| 95 --mandir=%{l_prefix}/man \ | 94 --mandir=%{l_prefix}/man \ |
| 96 --infodir=%{l_prefix}/info \ | 95 --infodir=%{l_prefix}/info \ |
| 97 --disable-nls | 96 --disable-nls |