mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 09:24:55 +02:00
fix(Crypto): libPocoCrypto.so: undefined reference to pthread_atfork when linking statically with OpenSSL 1.1 #3073
This commit is contained in:
parent
dc201ade08
commit
a843c63bf2
@ -6,7 +6,10 @@
|
|||||||
|
|
||||||
include $(POCO_BASE)/build/rules/global
|
include $(POCO_BASE)/build/rules/global
|
||||||
|
|
||||||
SYSLIBS += -lssl -lcrypto
|
# see https://github.com/pocoproject/poco/issues/3073
|
||||||
|
GLOBAL_SYSLIBS := $(SYSLIBS)
|
||||||
|
SYSLIBS = -lssl -lcrypto
|
||||||
|
SYSLIBS += $(GLOBAL_SYSLIBS)
|
||||||
|
|
||||||
objects = Cipher CipherFactory CipherImpl CipherKey CipherKeyImpl \
|
objects = Cipher CipherFactory CipherImpl CipherKey CipherKeyImpl \
|
||||||
CryptoException CryptoStream CryptoTransform \
|
CryptoException CryptoStream CryptoTransform \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user