mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Re-create symlinks through cp.
svn:r8406
This commit is contained in:
parent
2b0057991b
commit
3b0355d3b2
@ -32,10 +32,14 @@ tar zxf openssl-0.9.8c.tar.gz
|
||||
|
||||
Make openssl.dll:
|
||||
cd tor-mingw/openssl-0.9.8c/
|
||||
cd crypto/
|
||||
find ./ -name "*.h" -exec cp {} ../include/openssl/ \;
|
||||
find ./crypto/ -type f -name "*.c" -exec cp {} test/ \
|
||||
cd ../ssl/
|
||||
find ./ -name "*.h" -exec cp {} ../include/openssl/ \;
|
||||
cp *.h ./include/openssl/
|
||||
cp ssl/ssltest.c test/
|
||||
./Configure mingw
|
||||
cp crypto/*.h ./include/openssl/
|
||||
cp e_os2.h ./include/openssl/
|
||||
cp ssl/*.h ./include/openssl/
|
||||
make
|
||||
|
||||
Note: this fails in test due to:
|
||||
|
Loading…
Reference in New Issue
Block a user