Browse Source

upgrade to 3.23.43

Ralf S. Engelschall 24 years ago
parent
commit
d2d03f73b2
1 changed files with 3 additions and 2 deletions
  1. 3 2
      mysql/mysql.spec

+ 3 - 2
mysql/mysql.spec

@@ -35,8 +35,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [EXP]
 Distribution: OpenPKG [EXP]
 Group:        Database
 Group:        Database
 License:      GPL
 License:      GPL
-Version:      3.23.42
-Release:      2
+Version:      3.23.43
+Release:      0
 
 
 #   list of sources
 #   list of sources
 Source0:      http://download.sourceforge.net/mysql/mysql-%{version}.tar.gz
 Source0:      http://download.sourceforge.net/mysql/mysql-%{version}.tar.gz
@@ -63,6 +63,7 @@ AutoReqProv:  no
     %setup0 -q
     %setup0 -q
 
 
 %build
 %build
+    PATH="%{l_prefix}/bin:$PATH"; export PATH
     #   determine additional configure options
     #   determine additional configure options
     case "%{l_target}" in
     case "%{l_target}" in
         *-freebsd* ) opt="--with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static" ;;
         *-freebsd* ) opt="--with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static" ;;