[ooo-build-commit] Branch 'ooo-build-3-1-1' - 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 db285975a659e1b3cd36bc16e5add7a0c427ac58
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