Ingo Weinhold bc5bbe5d0a * Patch against OpenSSL 0.9.8.g adding Haiku (x86) support. Surprisingly
all tests of the test suite just passed.
* Also added a file with a few notes.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@24692 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-03-30 20:14:30 +00:00

18 lines
330 B
Plaintext

Notes for OpenSSL 0.9.8g (Haiku r24681)
=======================================
configure
---------
./config --prefix=/boot/home/config zlib shared no-sse2
* zlib instead of zlib-dynamic: dlopen() in Haiku needs fixing.
* no-sse2: Haiku SSE2 support is broken/non-existent.
make/install
------------
make
make install