mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
bc5bbe5d0a
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
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
|
|
|