Home GnuPG
Diffusion GpgOL 7a82754a2ed7

Statically link winpthread

Description

Statically link winpthread

* src/Makefile.am (gpgol_LDFLAGS): Add -static -lpthread

As with libstdc++ and with libgcc_sjlj, this links in the
pthread library from the build system so that GpgOL has no
external dependencies again. Which makes it more robust to
replace the DLL as a patch in a different build.

Details

Provenance
aheineckeAuthored on Aug 5 2024, 4:40 PM
Parents
rObc0a9ca5d5a1: Add GPG_ERROR_CFLAGS explicitly
Branches
Unknown
Tags
Unknown
Tasks
T7241: GpgOL: Crashes after decryption and key update