From 80effc036f682b19a6f06b239a49382f4db7fec5 Mon Sep 17 00:00:00 2001 From: gahr Date: Thu, 25 Sep 2014 11:59:46 +0000 Subject: - Generate position independent code - Perhaps this fixes the build on head-amd64-default-ssp --- net/trickle/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/trickle') 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= * -- cgit