# HG changeset patch # User Michael Schloh von Bennewitz # Date 1231336834 -3600 # Node ID e27cb96c604b2c895c124cee7dc368fd56e1f2a0 # Parent 1eecce5d3fe6a2d38a015f7de2ff42006dfc5a89 Remove CONFIG_SHELL from build logic as it triggers a shell error. diff -r 1eecce5d3fe6 -r e27cb96c604b bison/bison.spec --- a/bison/bison.spec Wed Jan 07 14:59:38 2009 +0100 +++ b/bison/bison.spec Wed Jan 07 15:00:34 2009 +0100 @@ -36,7 +36,7 @@ Group: CompilerCompiler License: GPL Version: %{V_new} -Release: 20081213 +Release: 20090106 # package options %option with_old no @@ -89,7 +89,6 @@ ( cd bison-%{V_new} CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ - CONFIG_SHELL=/bin/sh \ ./configure \ --prefix=%{l_prefix} \ --mandir=%{l_prefix}/man \