--- squeak-platforms-unix-3835/plugins/SqueakSSL/config.cmake Mon Jun 16 08:44:32 2025 +++ p0/squeak-platforms-unix-3835/plugins/SqueakSSL/config.cmake Tue Jun 17 11:44:51 2025 @@ -10,13 +10,13 @@ # Traditional dynamic linking. # -# PLUGIN_DEFINITIONS("-DSQSSL_OPENSSL_LINKED") +PLUGIN_DEFINITIONS("-DSQSSL_OPENSSL_LINKED") # Runtime symbol and function lookup. # Portable across platforms because only required symbols are looked up. # Requires a Gnu extension for implementation of symbol lookup. # -PLUGIN_DEFINITIONS("-D_GNU_SOURCE") +# PLUGIN_DEFINITIONS("-D_GNU_SOURCE") ################################################################################ # Explanation from commit notice on opensmalltalk-vm: #