Changes between Version 4 and Version 5 of dev-libs/openssl/0.9.8j/2
- Timestamp:
- 01/26/09 18:31:30 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-libs/openssl/0.9.8j/2
v4 v5 1 To build shared libs:2 3 Patch file: http://dev.haiku-os.org/browser/buildtools/trunk/patches/openssl/openssl-0.9.8g.diff [[BR]]4 5 patch -p0 -i (FILENAME OF PATCH)[[BR]]6 7 ./config --prefix=/boot/common shared[[BR]]8 9 make[[BR]]10 11 make install[[BR]][[BR]]12 13 14 15 1 Note, there's some other interesting config options,[[BR]] 16 17 2 such as zlib, zlib-dynamic.[[BR]] 18 19 3 These are mentioned in INSTALL and have yet to be tested. 20 4 … … 26 10 27 11 12 Note, it appears I'm missing `bc` 13 `make report` *might* be crashing and failing due to this. 28 14 29 Results of `make report`30 {{{31 ../util/shlib_wrap.sh ./sha256t32 Testing SHA-256 ... passed.33 Testing SHA-224 ... passed.34 ../util/shlib_wrap.sh ./sha512t35 make[2]: *** [test_sha] Kill Thread36 make[2]: Leaving directory `/stuff-a/_code/openssl-0.9.8j/test'37 make[1]: *** [tests] Error 238 make[1]: Leaving directory `/stuff-a/_code/openssl-0.9.8j'39 15 40 OpenSSL self-test report:41 42 OpenSSL version: 0.9.8j43 Last change: Properly check EVP_VerifyFinal() and similar return val...44 Options: --prefix=/bikeshed/openssl-0.9.8j/ enable-shared no-camellia no-capieng no-cms no-gmp no-jpake no-krb5 no-mdc2 no-montasm no-rc5 no-rfc3779 no-seed no-zlib no-zlib-dynamic45 OS (uname): Haiku x2 1 r29007 Jan 25 2009 02:13:11 BePC Haiku46 OS (config): i586-pc-haiku47 Target (default): haiku-x8648 Target: haiku-x8649 Compiler: using priority 550 gcc version 2.95.3-haiku-08102451 52 Failure!53 [...]54 55 Test report in file testlog56 57 }}}58
