mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-25 20:53:15 +00:00
First commit of MeshAgent for MeshCentral
This commit is contained in:
13
openssl/libstatic/linux/openssl-x86
Normal file
13
openssl/libstatic/linux/openssl-x86
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Copy and run this in the OpenSSL directory for Intel x86 64bit compatible OpenSSL stack
|
||||
#
|
||||
cd ../openssl
|
||||
make clean
|
||||
./Configure linux-x86 no-zlib no-zlib-dynamic no-threads no-hw no-err no-dso no-shared -no-asm no-rc5 no-idea no-md4 no-rmd160 no-ssl no-ssl3 no-ec no-ecdsa no-seed no-camellia no-dso no-bf no-cast no-md2 no-mdc2
|
||||
make depend
|
||||
sed 's/ -O3 / -O3 -m32 /g' Makefile > t
|
||||
rm Makefile
|
||||
mv t Makefile
|
||||
make
|
||||
cp *.a ../openssl-static/x86
|
||||
cd ..
|
||||
Reference in New Issue
Block a user