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 | 5256f32b980016ff11e2eef15c39bd942a08d200 (patch) | |
tree | 820763fca877f657d70b0d228e783bf031d7ece6 /libxmlsec | |
parent | 0d958c489c388268811cde22eb67043b2317ff14 (diff) |
mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ name
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 |