Artifacts Associated With Ticket 67c13bf99e
- Ticket change [53ab8b724c] (rid 3210) by anonymous on 2024-05-11 08:38:14: - foundin initialized to: "1.8"
- icomment:
Using mingw on Windows, --enable-static-ssl seems to have no effect (regression from 1.7). The configure log does show ``` configure:9166: checking for static linking of openSSL libraries configure:9168: result: yes ``` but the generated Makefile does not enable static linking. 
- login: "anonymous"
- mimetype: "text/x-markdown"
- severity initialized to: "Critical"
- status initialized to: "Open"
- title initialized to: "--enable-static-ssl configure option has no effect"
- type initialized to: "Build Problem"
 
- Ticket change [288513c934] (rid 3211) by anonymous on 2024-05-11 12:56:05: - icomment:
I used the following configure as a work around: ``` ../../configure --enable-64bit --enable-static-ssl --with-tcl=d:/tcl/90/mingw64/lib --with-tclinclude=d:/tcl/90/mingw64/include --exec-prefix=d:/tcl/90/mingw64/ TCLTLS_SSL_LIBS="-Wl,-Bstatic -lssl -lcrypto -Wl,-Bdynamic ws2_32.lib" ``` 
- login: "anonymous"
- mimetype: "text/x-markdown"
- priority changed to: "Immediate"
- resolution changed to: "Open"
 
- icomment:
- Ticket change [a21b411f6b] (rid 3212) by anonymous on 2024-05-11 12:56:22: - login: "anonymous"
- mimetype: "text/x-markdown"
- severity changed to: "Minor"
 
- Ticket change [139295eee8] (rid 3550) by bohagan on 2024-05-28 00:10:37: - icomment:
This may be fixed in the tls-1.8 and crypto branches by [1edeeb9bb0439547]. I tested what I could, but I don't have a full MinGW install to test with, only a basic MSYS2 config. 
- login: "bohagan"
- mimetype: "text/x-fossil-plain"
 
- icomment: