summaryrefslogtreecommitdiff
path: root/libxml2
diff options
context:
space:
mode:
authortono <tono@openoffice.org>2011-01-06 21:56:21 +0900
committertono <tono@openoffice.org>2011-01-06 21:56:21 +0900
commit2f324e58ca1102a272f9c375b87910bb2e8fe6a3 (patch)
treec04d5027c5f859ebb235e3534bb75b298667f278 /libxml2
parentcb87f3db2a9b48489cef9f3dc51df02f70061e4a (diff)
mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ name
Diffstat (limited to 'libxml2')
-rw-r--r--libxml2/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk
index b172b9b89b8f..20a22e46fe0f 100644
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -65,7 +65,7 @@ xml2_CC+=-shared-libgcc
.ENDIF
xml2_LIBS=-lws2_32
.IF "$(MINGW_SHARED_GXXLIB)"=="YES"
-xml2_LIBS+=-lstdc++_s
+xml2_LIBS+=$(MINGW_SHARED_LIBSTDCPP)
.ENDIF
CONFIGURE_DIR=
CONFIGURE_ACTION=.$/configure