Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 18:40:32 +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: r480062 - head/security/libpwstor
Message-ID:  <201809181840.w8IIeWUb087836@repo.freebsd.org>

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

Log:
  security/libpwstore: enable PIC on i386, for lld
  
  Shared objects should be built as PIC, and lld enforces this by default.
  Remove the i386 special case and just build this port as PIC for all
  architectures.
  
  Approved by:	portmgr (lld blanket)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/security/libpwstor/Makefile

Modified: head/security/libpwstor/Makefile
==============================================================================
--- head/security/libpwstor/Makefile	Tue Sep 18 18:38:11 2018	(r480061)
+++ head/security/libpwstor/Makefile	Tue Sep 18 18:40:31 2018	(r480062)
@@ -16,9 +16,7 @@ GNU_CONFIGURE=	yes
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} != "i386"
 CFLAGS+=	-fPIC -DPIC
-.endif
 
 .if defined(WITH_DEBUG)
 CONFIGURE_ARGS+=--enable-debug



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