[Libreoffice-commits] .: solenv/inc
David Tardon
dtardon at kemper.freedesktop.org
Tue Mar 6 04:14:24 PST 2012
solenv/inc/libs.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 021f685f1683ebab157a899def6316be206632eb
Author: David Tardon <dtardon at redhat.com>
Date: Tue Mar 6 13:12:25 2012 +0100
mingw: synchronize berkeleydb lib name with gbuild
diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk
index 6f0e4fd..0e164f4 100644
--- a/solenv/inc/libs.mk
+++ b/solenv/inc/libs.mk
@@ -215,6 +215,8 @@ NEON3RDLIB=-lneon
.ENDIF
.IF "$(SYSTEM_DB)" == "YES"
BERKELEYLIB=-l$(DB_LIB)
+.ELIF "$(GUI)$(COM)"=="WNTGCC"
+BERKELEYLIB=-ldb47
.ELSE
BERKELEYLIB=-ldb-4.7
.ENDIF
More information about the Libreoffice-commits
mailing list