svn commit: r369243 - head/net/trickle

Pietro Cerutti gahr at FreeBSD.org
Thu Sep 25 11:59:47 UTC 2014


Author: gahr
Date: Thu Sep 25 11:59:46 2014
New Revision: 369243
URL: http://svnweb.freebsd.org/changeset/ports/369243
QAT: https://qat.redports.org/buildarchive/r369243/

Log:
  - Generate position independent code
  - Perhaps this fixes the build on head-amd64-default-ssp

Modified:
  head/net/trickle/Makefile

Modified: head/net/trickle/Makefile
==============================================================================
--- head/net/trickle/Makefile	Thu Sep 25 11:35:43 2014	(r369242)
+++ head/net/trickle/Makefile	Thu Sep 25 11:59:46 2014	(r369243)
@@ -22,7 +22,7 @@ MAKE_JOBS_UNSAFE=	yes
 
 CONFIGURE_ARGS+=--with-libevent=${LOCALBASE} \
 		--sysconfdir=${PREFIX}/etc
-CPPFLAGS+=	-I${LOCALBASE}/include
+CPPFLAGS+=	-I${LOCALBASE}/include -fPIC
 LIBS+=		-L${LOCALBASE}/lib
 
 PORTDOCS=	*


More information about the svn-ports-head mailing list