mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
18 lines
330 B
Plaintext
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
|
||
|
|