svn commit: r493181 - head/security/openssl

Bernard Spil brnrd at FreeBSD.org
Sun Feb 17 19:09:56 UTC 2019


Author: brnrd
Date: Sun Feb 17 19:09:55 2019
New Revision: 493181
URL: https://svnweb.freebsd.org/changeset/ports/493181

Log:
  security/openssl: Fix build with lld on i386
  
  PR:		231459
  Submitted by:	Nathan <ndowens at yahoo.com>
  Reported by:	emaste

Modified:
  head/security/openssl/Makefile

Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile	Sun Feb 17 18:59:30 2019	(r493180)
+++ head/security/openssl/Makefile	Sun Feb 17 19:09:55 2019	(r493181)
@@ -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}


More information about the svn-ports-all mailing list