diff options
author | tono <tono@openoffice.org> | 2011-01-06 21:56:21 +0900 |
---|---|---|
committer | tono <tono@openoffice.org> | 2011-01-06 21:56:21 +0900 |
commit | 2f324e58ca1102a272f9c375b87910bb2e8fe6a3 (patch) | |
tree | c04d5027c5f859ebb235e3534bb75b298667f278 /berkeleydb | |
parent | cb87f3db2a9b48489cef9f3dc51df02f70061e4a (diff) |
mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ name
Diffstat (limited to 'berkeleydb')
-rw-r--r-- | berkeleydb/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/berkeleydb/makefile.mk b/berkeleydb/makefile.mk index 751af3ca687c..b27d483e9e60 100644 --- a/berkeleydb/makefile.mk +++ b/berkeleydb/makefile.mk @@ -135,7 +135,7 @@ db_LDFLAGS+=-L$(COMPATH)/lib -L$(MINGW_CLIB_DIR) db_LIBS= .IF "$(MINGW_SHARED_GXXLIB)"=="YES" CFLAGS+=-D_GLIBCXX_DLL -db_LIBS+=-lstdc++_s +db_LIBS+=$(MINGW_SHARED_LIBSTDCPP) .ENDIF db_LIBXSO_LIBS=$(LIBSTLPORT) $(db_LIBS) .IF "$(MINGW_SHARED_GCCLIB)"=="YES" |