From 06545f3fee2e9448ed835008b2c00002adddc7cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 2 Jul 2007 21:11:43 +0000 Subject: [PATCH] - fixed linking with mysql client library (wrobell) - rel 3 Changed files: apr-util.spec -> 1.51.2.3 --- apr-util.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apr-util.spec b/apr-util.spec index 949285d..e3781be 100644 --- a/apr-util.spec +++ b/apr-util.spec @@ -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 +Release: 3 Epoch: 1 License: Apache v2.0 Group: Libraries @@ -22,6 +22,7 @@ Source1: apr_dbd_mysql.c Patch0: %{name}-link.patch Patch1: %{name}-dso.patch Patch2: %{name}-dbd.patch +Patch3: %{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} @@ -140,6 +141,7 @@ cp %{SOURCE1} dbd/apr_dbd_mysql.c %patch1 -p1 %patch2 -p1 %endif +%patch3 -p1 rm -rf xml/expat -- 2.44.0