[mysql-connector-odbc] Add --with-unixODBC-libs to configure command

Tom Lane tgl at fedoraproject.org
Tue Jan 10 21:35:28 UTC 2012


commit ebdb4ad56faf5e6c1d0c710ea01fc750d049bae3
Author: Tom Lane <tgl at redhat.com>
Date:   Tue Jan 10 16:35:18 2012 -0500

    Add --with-unixODBC-libs to configure command

 mysql-connector-odbc.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/mysql-connector-odbc.spec b/mysql-connector-odbc.spec
index b17df51..abedc3e 100644
--- a/mysql-connector-odbc.spec
+++ b/mysql-connector-odbc.spec
@@ -59,6 +59,7 @@ autoconf
 %configure \
 	--disable-gui \
 	--with-unixODBC \
+	--with-unixODBC-libs=%{_libdir} \
 	--with-odbc-ini=/etc/odbc.ini \
 	--with-mysql-includes=%{_includedir}/mysql \
 	--with-mysql-libs=%{_libdir}/mysql
@@ -101,6 +102,8 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Tue Jan 10 2012 Tom Lane <tgl at redhat.com> 5.1.9-1
 - Update to 5.1.9
+- Add --with-unixODBC-libs to configure command for safer multilib behavior
+Related: #757088
 
 * Wed Mar 23 2011 Tom Lane <tgl at redhat.com> 5.1.8-3
 - Rebuild for libmysqlclient 5.5.10 soname version bump


More information about the scm-commits mailing list