aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-09-25 19:59:46 +0800
committergahr <gahr@FreeBSD.org>2014-09-25 19:59:46 +0800
commit80effc036f682b19a6f06b239a49382f4db7fec5 (patch)
tree1953eaeca250a1b827807f4d6caa13513085a9a9 /net
parent77ddf58fb76dc694475172c3e941da774dc6c287 (diff)
downloadfreebsd-ports-gnome-80effc036f682b19a6f06b239a49382f4db7fec5.tar.gz
freebsd-ports-gnome-80effc036f682b19a6f06b239a49382f4db7fec5.tar.zst
freebsd-ports-gnome-80effc036f682b19a6f06b239a49382f4db7fec5.zip
- Generate position independent code
- Perhaps this fixes the build on head-amd64-default-ssp
Diffstat (limited to 'net')
-rw-r--r--net/trickle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/trickle/Makefile b/net/trickle/Makefile
index e131cb354ab7..f823a6131c24 100644
--- a/net/trickle/Makefile
+++ b/net/trickle/Makefile
@@ -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= *