|
|
@@ -37,7 +37,7 @@ Distribution: OpenPKG [PLUS]
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
Version: %{V_major}.%{V_minor}
|
|
|
-Release: 20030609
|
|
|
+Release: 20030614
|
|
|
|
|
|
# package options
|
|
|
%option with_berkeleydb yes
|
|
|
@@ -76,6 +76,10 @@ Conflicts: mysql
|
|
|
%prep
|
|
|
%setup -q -n mysql-%{version}
|
|
|
%patch -p0
|
|
|
+ # fix broken conftest
|
|
|
+ %{l_shtool} -e \
|
|
|
+ -e 's; close(file); fclose(file);g' \
|
|
|
+ configure
|
|
|
|
|
|
%build
|
|
|
# patch file search path
|