diff options
| author | Bernard Spil <brnrd@FreeBSD.org> | 2019-02-17 19:09:55 +0000 |
|---|---|---|
| committer | Bernard Spil <brnrd@FreeBSD.org> | 2019-02-17 19:09:55 +0000 |
| commit | fe559881f6d402023f530860c304cba44c4aec2d (patch) | |
| tree | 6a6f8777e693af86b897a50d2ab1187915435b85 /security/openssl | |
| parent | x11-fonts/xfs: Add CPE info (diff) | |
security/openssl: Fix build with lld on i386
PR: 231459
Submitted by: Nathan <ndowens@yahoo.com>
Reported by: emaste
Diffstat (limited to 'security/openssl')
| -rw-r--r-- | security/openssl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index f15f9a67fcce..6b3aa8908b02 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -126,6 +126,7 @@ post-patch: ${WRKSRC}/crypto/des/Makefile ${REINPLACE_CMD} -e 's|SHLIB_VERSION_NUMBER "1.0.0"|SHLIB_VERSION_NUMBER "${OPENSSL_SHLIBVER}"|' \ ${WRKSRC}/crypto/opensslv.h + ${REINPLACE_CMD} -e 's|\^GNU ld|GNU|' ${WRKSRC}/Makefile.shared post-patch-MAN3-off: ${GREP} -L openssl_manual_section ${WRKSRC}/doc/crypto/*.pod | ${XARGS} ${RM} |
