[arch-commits] Commit in libmysqlclient/trunk (PKGBUILD)

Douglas Soares de Andrade douglas at archlinux.org
Sun Mar 29 00:48:09 UTC 2009


    Date: Saturday, March 28, 2009 @ 20:48:08
  Author: douglas
Revision: 31926

upgpkg: libmysqlclient 5.1.32-3
    Updated to have mysql embedded libs (needed by amarok2)

Modified:
  libmysqlclient/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-29 00:00:48 UTC (rev 31925)
+++ PKGBUILD	2009-03-29 00:48:08 UTC (rev 31926)
@@ -3,7 +3,7 @@
 
 pkgname=libmysqlclient
 pkgver=5.1.32
-pkgrel=2
+pkgrel=3
 pkgdesc="MySQL client libraries"
 arch=(i686 x86_64)
 depends=('openssl' 'zlib')
@@ -23,14 +23,14 @@
     --enable-local-infile --with-ssl \
     --with-charset=latin1 --with-collation=latin1_general_ci \
     --with-extra-charsets=complex --enable-thread-safe-client \
-    --with-libwrap
+    --with-embedded-server --with-libwrap
 
-  for dir in include strings regex mysys dbug extra; do
+  for dir in include strings mysys dbug storage regex extra vio sql; do
     pushd ${dir} || return 1
     make || return 1
     popd
   done
-  for dir in libmysql libmysql_r; do
+  for dir in libmysql libmysql_r libmysqld; do
     pushd ${dir} || return 1
     make link_sources
     make || return 1




More information about the arch-commits mailing list