18 lines
330 B
Plaintext
Raw Normal View History

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