pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/fcgi Set USE_GCC_SHLIB. Fixes linking on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/188302cd4104
branches:  trunk
changeset: 463420:188302cd4104
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Mon Nov 10 17:25:13 2003 +0000

description:
Set USE_GCC_SHLIB. Fixes linking on Solaris.

diffstat:

 www/fcgi/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a17eefe25140 -r 188302cd4104 www/fcgi/Makefile
--- a/www/fcgi/Makefile Mon Nov 10 17:18:28 2003 +0000
+++ b/www/fcgi/Makefile Mon Nov 10 17:25:13 2003 +0000
@@ -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 @@
 COMMENT=               FastCGI application development kit
 
 USE_BUILDLINK2=                YES
+USE_GCC_SHLIB=         YES
 GNU_CONFIGURE=         YES
 PTHREAD_OPTS+=         require
 



Home | Main Index | Thread Index | Old Index