Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 17:46:33 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480047 - head/mail/eps
Message-ID:  <201809181746.w8IHkXjI060252@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste (src committer)
Date: Tue Sep 18 17:46:33 2018
New Revision: 480047
URL: https://svnweb.freebsd.org/changeset/ports/480047

Log:
  mail/eps: add -fPIC on i386, to allow linking with lld
  
  By default lld does not allow non-PIC code where PIC is required.
  Other architectures already apply -fPIC; do so for i386 as well.
  
  Approved by:	portmgr (lld blanket)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/mail/eps/Makefile

Modified: head/mail/eps/Makefile
==============================================================================
--- head/mail/eps/Makefile	Tue Sep 18 17:46:29 2018	(r480046)
+++ head/mail/eps/Makefile	Tue Sep 18 17:46:33 2018	(r480047)
@@ -17,6 +17,7 @@ OPTIONS_DEFINE=	DOCS
 USE_CSTD=	gnu89
 
 CFLAGS_amd64=	-fPIC
+CFLAGS_i386=	-fPIC
 
 PORTDOCS=	howto
 



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