Package: mod-auth-mysql
Version: 4.3.9-13
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch



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

  * pass mysql libs dir directly to fix for multi-arch libmysqlcient 

Note that libmysqlclient is only multi-arch in experimental right now,
but mysql-5.5 should enter unstable soon with multi-arch enabled.

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
diff -u mod-auth-mysql-4.3.9/debian/changelog mod-auth-mysql-4.3.9/debian/changelog
diff -u mod-auth-mysql-4.3.9/debian/rules mod-auth-mysql-4.3.9/debian/rules
--- mod-auth-mysql-4.3.9/debian/rules
+++ mod-auth-mysql-4.3.9/debian/rules
@@ -24,7 +24,7 @@
 configure: patch configure-stamp
 configure-stamp:
 	dh_testdir
-	./configure --disable-apache13 --enable-apache2
+	./configure --disable-apache13 --enable-apache2 --with-mysql-libs=`mysql_config --variable=pkglibdir`
 	touch configure-stamp
 
 clean: unpatch

Reply via email to