Commit 3b298725 authored by Łukasz Nowak's avatar Łukasz Nowak

Revert "Hack openssl build."

This reverts commit 11150b66.

Hack was needed in damaged environment, which did not managed to have correct
symlinks.
parent 11150b66
......@@ -42,7 +42,7 @@ configure-options =
--prefix=${buildout:parts-directory}/${:_buildout_section_name_}
--libdir=lib
shared no-idea no-mdc2 no-rc5 zlib
-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${buildout:parts-directory}/${:_buildout_section_name_}/lib && cp crypto/mdc2/*.h include/openssl && cp crypto/idea/*.h include/openssl
-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${buildout:parts-directory}/${:_buildout_section_name_}/lib
# it seems that parallel build sometimes fails for openssl.
make-options =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment