svn commit: r466608 - head/games/el

Ed Maste emaste at FreeBSD.org
Fri Apr 6 01:58:49 UTC 2018


Author: emaste (src committer)
Date: Fri Apr  6 01:58:48 2018
New Revision: 466608
URL: https://svnweb.freebsd.org/changeset/ports/466608

Log:
  games/el: fix build when lld is the system linker
  
  Ports that use openal (such as this one) fail to link with lld as the
  system linker due to disagreement in the handling of preemption of
  protected visibility symbols in shared objects.
  
  PR:		226980
  Approved by:	portmgr (LLD_UNSAFE blanket)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/games/el/Makefile

Modified: head/games/el/Makefile
==============================================================================
--- head/games/el/Makefile	Fri Apr  6 01:36:08 2018	(r466607)
+++ head/games/el/Makefile	Fri Apr  6 01:58:48 2018	(r466608)
@@ -27,6 +27,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	raduprv
 GH_PROJECT=	Eternal-Lands
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB} -lX11
+LLD_UNSAFE=	yes
 
 ALL_TARGET=	el.bin
 MAKEFILE=	Makefile.bsd


More information about the svn-ports-head mailing list