]> git.pld-linux.org Git - packages/apr-util.git/commitdiff
- fixed linking with mysql client library auto/th/apr-util-1_2_8-3
authorwrobell <wrobell@pld-linux.org>
Wed, 3 Jan 2007 20:14:51 +0000 (20:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 3

Changed files:
    apr-util.spec -> 1.57

apr-util.spec

index 75647345657c1c3ceb704789a21b2c9572a0092d..8516537d578d5187c980183d9e516b52d9a2eca7 100644 (file)
@@ -11,7 +11,7 @@ Summary:      A companion library to Apache Portable Runtime
 Summary(pl):   Biblioteka towarzysz±ca Apache Portable Runtime
 Name:          apr-util
 Version:       1.2.8
-Release:       2.1
+Release:       3
 Epoch:         1
 License:       Apache v2.0
 Group:         Libraries
@@ -23,6 +23,7 @@ Patch0:               %{name}-link.patch
 Patch1:                %{name}-dso.patch
 Patch2:                %{name}-dbd.patch
 Patch3:                %{name}-db45.patch
+Patch4:                %{name}-mysql-link.patch
 URL:           http://apr.apache.org/
 BuildRequires: apr-devel >= 1:1.1.0
 %{?with_mysql:BuildRequires:   apr-devel >= 1:1.2.2-2.6}
@@ -41,7 +42,6 @@ Requires:     apr >= 1:1.1.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _includedir     /usr/include/apr-util
-%define                _noautoreqdep libtool(%{_libdir}/libmysqlclient_r.la)
 
 %description
 A companion library to Apache Portable Runtime.
@@ -143,6 +143,7 @@ cp %{SOURCE1} dbd/apr_dbd_mysql.c
 %patch2 -p1
 %endif
 %patch3 -p1
+%patch4 -p1
 
 rm -rf xml/expat
 
This page took 0.113797 seconds and 4 git commands to generate.