Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2019 19:09:55 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493181 - head/security/openssl
Message-ID:  <201902171909.x1HJ9tir016652@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902171909.x1HJ9tir016652>