summaryrefslogtreecommitdiffstats
path: root/libxmlsec
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2011-01-19 12:20:03 +0100
committerIvo Hinkelmann <ihi@openoffice.org>2011-01-19 12:20:03 +0100
commit9c83c0f0c4e7b883fa46d2528ebd1a6f33d5eb7d (patch)
treee62a7fcce337f5bb8a3a3cf06ca6b4645d2036ee /libxmlsec
parentCWS-TOOLING: integrate CWS jl160 (diff)
parentmingwport33: i#116329: MinGW port enhancement: configurable libstdc++ name (diff)
downloadcore-9c83c0f0c4e7b883fa46d2528ebd1a6f33d5eb7d.tar.gz
core-9c83c0f0c4e7b883fa46d2528ebd1a6f33d5eb7d.zip
CWS-TOOLING: integrate CWS mingwport33
Diffstat (limited to 'libxmlsec')
-rw-r--r--libxmlsec/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk
index f721db3148a4..322f82599e17 100644
--- a/libxmlsec/makefile.mk
+++ b/libxmlsec/makefile.mk
@@ -95,7 +95,7 @@ xmlsec_CC+=-shared-libgcc
.ENDIF
xmlsec_LIBS=
.IF "$(MINGW_SHARED_GXXLIB)"=="YES"
-xmlsec_LIBS+=-lstdc++_s
+xmlsec_LIBS+=$(MINGW_SHARED_LIBSTDCPP)
.ENDIF
CONFIGURE_DIR=
CONFIGURE_ACTION=.$/configure