]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- added no_libbind patch for not linking mysqld against libbind.
authorkloczek <kloczek@pld-linux.org>
Thu, 28 Oct 1999 20:32:01 +0000 (20:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.17

mysql.spec

index fa809bd8db5d484395933e40a8fc117511735b26..dd26bcfafa8fc072b7c75997d42f0db39c4b4124 100644 (file)
@@ -10,7 +10,8 @@ Version:      3.22.27
 Release:       1
 Copyright:     MySQL FREE PUBLIC LICENSE (See the file PUBLIC)
 Source:                http://www.mysql.com/Downloads/MySQL-3.22/%{name}-%{version}.tar.gz
-Patch:         mysql-info.patch
+Patch0:                mysql-info.patch
+Patch1:                mysql-no_libbind.patch
 Icon:          mysql.gif
 URL:           http://www.mysql.com/
 Provides:      msqlormysql MySQL-server
@@ -171,11 +172,14 @@ Programy testuj
 Este pacote contém medições de desempenho de scripts e dados do MySQL.
 
 %prep
-%setup -q
-%patch -p1
+%setup  -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 automake
+aclocal
+autoconf
 LDFLAGS="-s"; export LDFLAGS
 %configure \
            --without-debug \
@@ -267,7 +271,6 @@ chown -R mysql /var/state/mysql
 %attr(755,root,root) %{_libdir}/lib*.la
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_bindir}/comp_err
-%attr(755,root,root) %{_libdir}/mysql
 %{_includedir}/mysql
 
 %files static
This page took 0.032056 seconds and 4 git commands to generate.