From d2d03f73b2bc908e8dc6ef755684bc980d65fa34 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 5 Oct 2001 08:33:32 +0000 Subject: [PATCH] upgrade to 3.23.43 --- mysql/mysql.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mysql/mysql.spec b/mysql/mysql.spec index 793c92eaa0..8921985aad 100644 --- a/mysql/mysql.spec +++ b/mysql/mysql.spec @@ -35,8 +35,8 @@ Packager: The OpenPKG Project Distribution: OpenPKG [EXP] Group: Database License: GPL -Version: 3.23.42 -Release: 2 +Version: 3.23.43 +Release: 0 # list of sources Source0: http://download.sourceforge.net/mysql/mysql-%{version}.tar.gz @@ -63,6 +63,7 @@ AutoReqProv: no %setup0 -q %build + PATH="%{l_prefix}/bin:$PATH"; export PATH # determine additional configure options case "%{l_target}" in *-freebsd* ) opt="--with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static" ;;