Ralf S. Engelschall 24 лет назад
Родитель
Сommit
c02e30e30b
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      bison/bison.spec

+ 2 - 1
bison/bison.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [REL]
 Group:        Language
 Group:        Language
 License:      GPL
 License:      GPL
 Version:      1.35
 Version:      1.35
-Release:      20020326
+Release:      20020402
 
 
 #   list of sources
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/bison/bison-%{version}.tar.gz
 Source0:      ftp://ftp.gnu.org/gnu/bison/bison-%{version}.tar.gz
@@ -62,6 +62,7 @@ AutoReqProv:  no
 %build
 %build
     CC="%{l_cc}" \
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
     CFLAGS="%{l_cflags -O}" \
+    CONFIG_SHELL=/bin/sh \
     ./configure \
     ./configure \
         --prefix=%{l_prefix}
         --prefix=%{l_prefix}
     %{l_make} -f Makefile %{l_mflags}
     %{l_make} -f Makefile %{l_mflags}