[ooo-build-commit] patches/dev300
René Engelhard
rene at kemper.freedesktop.org
Mon Oct 5 13:13:45 PDT 2009
patches/dev300/debian-mysqlc-build-against-stlport-hack.diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 53ddb28d8e37674f53da1e2fa1c525a53deaad9b
Author: Rene Engelhard <rene at debian.org>
Date: Mon Oct 5 22:11:37 2009 +0200
fix typo to make with-STLport build build
diff --git a/patches/dev300/debian-mysqlc-build-against-stlport-hack.diff b/patches/dev300/debian-mysqlc-build-against-stlport-hack.diff
index 54d9453..2d39f9d 100644
--- a/patches/dev300/debian-mysqlc-build-against-stlport-hack.diff
+++ b/patches/dev300/debian-mysqlc-build-against-stlport-hack.diff
@@ -27,7 +27,7 @@ Index: mysqlc/source/makefile.mk
.ELSE
- MYSQL_CPPCONN_LIB+=-lmysqlcppconn
+ .IF "$(USE_SYSTEM_STL)" != "YES"
-+ MYSQL_CPPCONN_LOB+=-lmysqlcppconn-stlport
++ MYSQL_CPPCONN_LIB+=-lmysqlcppconn-stlport
+ .ELSE
+ MYSQL_CPPCONN_LIB+=-lmysqlcppconn
+ .ENDIF
More information about the ooo-build-commit
mailing list