diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-01-19 12:20:03 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-01-19 12:20:03 +0100 |
commit | 9c83c0f0c4e7b883fa46d2528ebd1a6f33d5eb7d (patch) | |
tree | e62a7fcce337f5bb8a3a3cf06ca6b4645d2036ee /libxmlsec | |
parent | 370ca6689a6d39735dc9c6dc822ec04ff5672a16 (diff) | |
parent | 5256f32b980016ff11e2eef15c39bd942a08d200 (diff) |
CWS-TOOLING: integrate CWS mingwport33
Notes
Notes:
split repo tag: libs-extern_ooo/DEV300_m98
Diffstat (limited to 'libxmlsec')
-rw-r--r-- | libxmlsec/makefile.mk | 2 |
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 |