svn commit: r480062 - head/security/libpwstor

Ed Maste emaste at FreeBSD.org
Tue Sep 18 18:40:32 UTC 2018


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


More information about the svn-ports-head mailing list