droe / sslsplit

Transparent SSL/TLS interception
https://www.roe.ch/SSLsplit
BSD 2-Clause "Simplified" License
1.73k stars 327 forks source link

Compiling Statically linked binaries not possible anymore ? #329

Open GhostNaix opened 12 months ago

GhostNaix commented 12 months ago

Hi, I'm trying to compile SSLsplit to a statically linked binary via the command PCFLAGS='--static' CFLAGS='-static' LDFLAGS='-static' make -j$(nproc) however this method fails with the error detailed below. But if I compile via the make -j$(nproc) the program compiles successfully. Is it not possible to compile SSLsplit as a statically linked binary anymore?

Requested information:

I know it was possible to compile it as a statically linked binary as evident by issue #82 However perhaps a library has broken this or changes to the code maybe ?

Kind regards