Package: libdbi-drivers
Version: 0.8.3-1+s-2.1
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch



*** /tmp/tmpuEuFBX/bug_body
In Ubuntu, the attached patch was applied to achieve the following:

mysql-5.5 in experimental includes multi-arch changes for libmysqlclient.
This change fixes the build to work with it. Should also work for older
versions of libmysqlclient.

  * d/rules: Fix FTBFS caused by multi-arch libmysqlclient.

Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-12-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog'

=== modified file 'debian/rules'
--- debian/rules	2011-10-29 14:50:17 +0000
+++ debian/rules	2011-11-25 21:50:22 +0000
@@ -26,6 +26,8 @@
 	./autogen.sh
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
 		--prefix=/usr --with-pgsql --with-mysql \
+		--with-mysql-libdir=`mysql_config --variable=pkglibdir` \
+		--with-mysql-incdir=`mysql_config --variable=pkgincludedir` \
 		--with-sqlite3 --with-freetds --with-freetds-dir=/usr \
 		--with-sqlite-incdir=/usr/include/$(DEB_HOST_MULTIARCH) \
 		--with-sqlite-libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \

Reply via email to