Files
Ronald Wampler 5bbcf42487 Require LibreSSL instead of relying on the system provided openssl
Apple deprecated `openssl` in 10.7 and the headers are now removed in 10.11. Since we use some low level functions that are not provided in Apple's crypto frameworks, we now require are own version.
2015-10-03 17:33:21 +07:00

8 lines
249 B
Plaintext

SOURCES = src/*.cc
EXPORT = src/{license,keychain}.h
LINK += text cf
CXX_FLAGS += -I"$libressl_prefix/include"
LN_FLAGS += -Wl,-U,__Z15revoked_serialsv
LN_FLAGS += "$libressl_prefix"/lib/libcrypto.a
FRAMEWORKS = Security