mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
5 lines
100 B
Plaintext
5 lines
100 B
Plaintext
ifeq ($(HAS_LIBRARY_ssl),yes)
|
|
ADDITIONAL_CPPFLAGS += -DHAVE_OPENSSL=1
|
|
BUNDLE_LIBS += -lcrypto
|
|
endif
|