diff options
author | gavan <gavan@pkgsrc.org> | 2003-11-10 17:25:13 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-11-10 17:25:13 +0000 |
commit | f08a3966e4362b5580f36bdb41dce6bb1bc20748 (patch) | |
tree | e6aa56b5755bf05ce6fbe2bee7e73ad077512898 /www | |
parent | be9900ca4c6c21058f686e42f37bdbdcf8c55b60 (diff) | |
download | pkgsrc-f08a3966e4362b5580f36bdb41dce6bb1bc20748.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'www')
-rw-r--r-- | www/fcgi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile index 3bc98a8d7d0..a67342da58d 100644 --- a/www/fcgi/Makefile +++ b/www/fcgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/26 15:29:05 drochner Exp $ +# $NetBSD: Makefile,v 1.9 2003/11/10 17:25:13 gavan Exp $ DISTNAME= fcgi-2.4.0 CATEGORIES= www devel @@ -9,6 +9,7 @@ HOMEPAGE= http://fastcgi.com/ COMMENT= FastCGI application development kit USE_BUILDLINK2= YES +USE_GCC_SHLIB= YES GNU_CONFIGURE= YES PTHREAD_OPTS+= require |