summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-06 13:12:25 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-06 13:13:35 +0100
commit021f685f1683ebab157a899def6316be206632eb (patch)
treef5826a71fb4f1707298cd7b66ee7ec7eb1150ade /solenv
parent6b1a10244857fcb099c1a12b92eb6a2f6ac894b4 (diff)
mingw: synchronize berkeleydb lib name with gbuild
Diffstat (limited to 'solenv')
-rw-r--r--solenv/inc/libs.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk
index 6f0e4fd40b2e..0e164f40725c 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