forked from cory/tildefriends
Add prebuild OpenSSL, and remove SCHANNEL code and whatever it was on MacOS. Build mingw for 64-bit.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4088 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
12
deps/openssl/mingw64/lib/pkgconfig/libcrypto.pc
vendored
Normal file
12
deps/openssl/mingw64/lib/pkgconfig/libcrypto.pc
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
prefix=/home/cory/src/tildefriends/deps/openssl/mingw64
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
enginesdir=${libdir}/engines-1_1
|
||||
|
||||
Name: OpenSSL-libcrypto
|
||||
Description: OpenSSL cryptography library
|
||||
Version: 1.1.1g
|
||||
Libs: -L${libdir} -lcrypto
|
||||
Libs.private: -lws2_32 -lgdi32 -lcrypt32
|
||||
Cflags: -I${includedir}
|
11
deps/openssl/mingw64/lib/pkgconfig/libssl.pc
vendored
Normal file
11
deps/openssl/mingw64/lib/pkgconfig/libssl.pc
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
prefix=/home/cory/src/tildefriends/deps/openssl/mingw64
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: OpenSSL-libssl
|
||||
Description: Secure Sockets Layer and cryptography libraries
|
||||
Version: 1.1.1g
|
||||
Requires.private: libcrypto
|
||||
Libs: -L${libdir} -lssl
|
||||
Cflags: -I${includedir}
|
9
deps/openssl/mingw64/lib/pkgconfig/openssl.pc
vendored
Normal file
9
deps/openssl/mingw64/lib/pkgconfig/openssl.pc
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
prefix=/home/cory/src/tildefriends/deps/openssl/mingw64
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: OpenSSL
|
||||
Description: Secure Sockets Layer and cryptography libraries and tools
|
||||
Version: 1.1.1g
|
||||
Requires: libssl libcrypto
|
Reference in New Issue
Block a user