mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-14 17:13:15 -07:00
New git repository for release - version 0.2.0 tagged
This commit is contained in:
commit
150850b800
261 changed files with 75902 additions and 0 deletions
13
ext/bin/libcrypto/openssl-config-osx.sh
Normal file
13
ext/bin/libcrypto/openssl-config-osx.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
make clean
|
||||
./Configure no-sock no-ssl2 no-ssl3 no-err no-krb5 no-engine no-hw no-tlsext no-jpake no-capieng no-idea no-camellia no-seed no-bf no-cast no-des no-rc2 no-rc4 no-rc5 no-md2 no-md4 no-ripemd no-mdc2 no-rsa no-dsa no-dh no-shared no-zlib no-dso no-cms no-ocsp no-txt_db no-pem no-mdc2 no-ui no-ts no-aes no-whrlpool no-srp darwin64-x86_64-cc
|
||||
make depend
|
||||
make build_crypto
|
||||
mv libcrypto.a /tmp/libcrypto-x86_64.a
|
||||
make clean
|
||||
./Configure no-sock no-ssl2 no-ssl3 no-err no-krb5 no-engine no-hw no-tlsext no-jpake no-capieng no-idea no-camellia no-seed no-bf no-cast no-des no-rc2 no-rc4 no-rc5 no-md2 no-md4 no-ripemd no-mdc2 no-rsa no-dsa no-dh no-shared no-zlib no-dso no-cms no-ocsp no-txt_db no-pem no-mdc2 no-ui no-ts no-aes no-whrlpool no-srp darwin-i386-cc
|
||||
make depend
|
||||
make build_crypto
|
||||
mv libcrypto.a /tmp/libcrypto-i386.a
|
||||
make clean
|
||||
|
||||
echo use lipo to combine, libs are in /tmp
|
Loading…
Add table
Add a link
Reference in a new issue