diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2001-02-10 01:30:47 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2001-02-10 01:30:47 +0000 |
commit | 1f27b851f6fb40242de665359ebae02bd28ec2ed (patch) | |
tree | a63c615ab9c323d0456dc77709cef0919bc10e5c /security/openssl/files | |
parent | Update to version 2.107 (diff) |
give aout machines shared libraries as well
Notes
Notes:
svn path=/head/; revision=38162
Diffstat (limited to 'security/openssl/files')
-rw-r--r-- | security/openssl/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/files/patch-ab b/security/openssl/files/patch-ab index b043ccd35bd2..8ad463b64eed 100644 --- a/security/openssl/files/patch-ab +++ b/security/openssl/files/patch-ab @@ -22,7 +22,7 @@ + ${MAKE} CC='${CC}' PLATFORM='${PLATFORM}' CFLAG='-fPIC ${CFLAG}' SDIRS='${SDIRS}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' AR='${AR}' DIRS=$$i clean all || exit 1; \ + ( set -x; ${CC} -shared -o lib$$i.so.${SHLIBVER} \ + -Wl,-S,-soname=lib$$i.so.${SHLIBVER} \ -+ -Wl,--whole-archive lib$$i.a ) || exit 1; \ ++ -Wl,${WHOLE_ARCHIVE_FLAG} lib$$i.a ) || exit 1; \ + rm -f lib$$i.a; (cd $$i ; ${MAKE} clean) || exit 1 ;\ + done; + @set -x; \ |