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/Makefile | |
parent | 3ab51c39878c6bc94cb589bad91ad5b5673d2258 (diff) | |
download | ports-1f27b851f6fb40242de665359ebae02bd28ec2ed.tar.gz ports-1f27b851f6fb40242de665359ebae02bd28ec2ed.zip |
Notes
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 483fa23bc12b..6cac3da487e8 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -20,8 +20,11 @@ MAINTAINER= dirk@FreeBSD.org .if ${OSVERSION} >= 400014 FORBIDDEN= "OpenSSL is already in the base system" .endif + .if ${PORTOBJFORMAT} == "aout" -NOSHARED= yes +MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=-Bforcearchive +.else +MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive .endif USE_PERL5= yes |