Browse Source

requires GNU bison 1.875 which is available under bison::with_beta only

Ralf S. Engelschall 21 years ago
parent
commit
fbf0552f78
1 changed files with 3 additions and 2 deletions
  1. 3 2
      postgresql/postgresql.spec

+ 3 - 2
postgresql/postgresql.spec

@@ -43,7 +43,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_postgresql}
-Release:      20040819
+Release:      20040820
 
 #   package options
 %option       with_server   yes
@@ -70,7 +70,7 @@ Patch0:       postgresql.patch
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gcc, flex, bison, gzip
+BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gcc, flex, bison, bison::with_beta = yes, gzip
 PreReq:       OpenPKG, openpkg >= 20040130
 BuildPreReq:  readline, zlib, openssl, getopt
 PreReq:       readline, zlib, openssl, getopt
@@ -186,6 +186,7 @@ AutoReqProv:  no
     LDFLAGS="%{l_ldflags}" \
 %endif
     TAR="%{l_tar}" \
+    YACC="bison-beta -y" \
     ./configure \
         --cache-file=./config.cache \
         --prefix=%{l_prefix} \