diff options
author | gahr <gahr@FreeBSD.org> | 2014-09-25 19:59:46 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-09-25 19:59:46 +0800 |
commit | 80effc036f682b19a6f06b239a49382f4db7fec5 (patch) | |
tree | 1953eaeca250a1b827807f4d6caa13513085a9a9 /net | |
parent | 77ddf58fb76dc694475172c3e941da774dc6c287 (diff) | |
download | freebsd-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/Makefile | 2 |
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= * |