You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement partial static linking for GoAccess, keeping OpenSSL dynamic.
- Statically link non-OpenSSL dependencies (libmaxminddb, libncursesw, libintl,
libc) using LDFLAGS="-static-libgcc" and musl-dev.
- Keep OpenSSL dynamically linked to avoid building from source, ensuring
SSL_CIPHER_standard_name() support.
0 commit comments