diff options
Diffstat (limited to 'www/cgiparse/Makefile')
-rw-r--r-- | www/cgiparse/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile index f13d038388b3..914fbdd6e323 100644 --- a/www/cgiparse/Makefile +++ b/www/cgiparse/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= mime.1:${PORTSDIR}/devel/mime:install GNU_CONFIGURE= yes MAN3= cgiclose.3 cgigetvalue.3 cginewquerystr.3 INSTALLS_SHLIB= yes +CFLAGS+= "-fPIC" post-install: ${LN} -sf libcgiparse.so.1 ${PREFIX}/lib/libcgiparse.so |