auto-import changelog data from mysql-3.23.52-2.src.rpm
Thu Aug 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.23.52-2 - Add --enable-local-infile to configure - a new option which doesn't default to the old behaviour (#72885)
This commit is contained in:
parent
73588eaead
commit
7346508221
10
mysql.spec
10
mysql.spec
@ -1,6 +1,6 @@
|
||||
Name: mysql
|
||||
Version: 3.23.52
|
||||
Release: 1
|
||||
Release: 2
|
||||
Source0: http://www.mysql.com/Downloads/MySQL-3.23/mysql-%{version}.tar.bz2
|
||||
Source1: mysql.init
|
||||
Source2: mysql.logrotate
|
||||
@ -77,6 +77,7 @@ export CFLAGS CXXFLAGS
|
||||
#configure --without-debug \
|
||||
./configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} --bindir=%{_bindir} --datadir=%{_datadir} --libdir=%{_libdir} --mandir=%{_mandir} --infodir=%{_infodir} \
|
||||
--without-readline \
|
||||
--without-debug \
|
||||
--enable-shared \
|
||||
--with-extra-charsets=complex \
|
||||
--with-bench \
|
||||
@ -85,12 +86,15 @@ export CFLAGS CXXFLAGS
|
||||
--with-mysqld-user="mysql" \
|
||||
--with-extra-charsets=all \
|
||||
--with-innodb \
|
||||
--enable-local-infile \
|
||||
--enable-large-files=yes --enable-largefile=yes \
|
||||
%ifnarch alpha ppc
|
||||
--with-berkeley-db \
|
||||
%endif
|
||||
--with-thread-safe-client
|
||||
|
||||
# Not enabling assembler
|
||||
|
||||
make
|
||||
make check
|
||||
%ifnarch s390 s390x
|
||||
@ -239,6 +243,10 @@ fi
|
||||
/usr/lib/mysql/libmysqlclient*.so
|
||||
|
||||
%changelog
|
||||
* Thu Aug 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.23.52-2
|
||||
- Add --enable-local-infile to configure - a new option
|
||||
which doesn't default to the old behaviour (#72885)
|
||||
|
||||
* Fri Aug 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.23.52-1
|
||||
- 3.23.52. Fixes a minor security problem, various bugfixes.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user