Wed, 07 Jan 2009 15:00:34 +0100
Remove CONFIG_SHELL from build logic as it triggers a shell error.
bison/bison.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/bison/bison.spec Wed Jan 07 14:59:38 2009 +0100 1.2 +++ b/bison/bison.spec Wed Jan 07 15:00:34 2009 +0100 1.3 @@ -36,7 +36,7 @@ 1.4 Group: CompilerCompiler 1.5 License: GPL 1.6 Version: %{V_new} 1.7 -Release: 20081213 1.8 +Release: 20090106 1.9 1.10 # package options 1.11 %option with_old no 1.12 @@ -89,7 +89,6 @@ 1.13 ( cd bison-%{V_new} 1.14 CC="%{l_cc}" \ 1.15 CFLAGS="%{l_cflags -O}" \ 1.16 - CONFIG_SHELL=/bin/sh \ 1.17 ./configure \ 1.18 --prefix=%{l_prefix} \ 1.19 --mandir=%{l_prefix}/man \