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 /openssl | |
parent | 0d958c489c388268811cde22eb67043b2317ff14 (diff) |
mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ name
Diffstat (limited to 'openssl')
-rwxr-xr-x | openssl/opensslmingw.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl/opensslmingw.patch b/openssl/opensslmingw.patch index 10b48531190d..0ea8287b53eb 100755 --- a/openssl/opensslmingw.patch +++ b/openssl/opensslmingw.patch @@ -69,9 +69,9 @@ +goto finished + +:shared_gxxlib -+gcc --shared -shared-libgcc --enable-pseudo-reloc -Wl,-Map,out/libeay32.map ms/libeay32.def -o out/libeay32.dll out/libcrypto_static.a -lwsock32 -lgdi32 -lstdc++_s ++gcc --shared -shared-libgcc --enable-pseudo-reloc -Wl,-Map,out/libeay32.map ms/libeay32.def -o out/libeay32.dll out/libcrypto_static.a -lwsock32 -lgdi32 %MINGW_SHARED_LIBSTDSPP% +if errorlevel 1 goto end -+gcc --shared -shared-libgcc --enable-pseudo-reloc -Wl,-Map,out/ssleay32.map -Lout ms/ssleay32.def -o out/ssleay32.dll out/libssl_static.a -lcrypto -lstdc++_s ++gcc --shared -shared-libgcc --enable-pseudo-reloc -Wl,-Map,out/ssleay32.map -Lout ms/ssleay32.def -o out/ssleay32.dll out/libssl_static.a -lcrypto %MINGW_SHARED_LIBSTDSPP% +if errorlevel 1 goto end +goto finished |