# HG changeset patch # User Rich Burridge # Date 1454001746 28800 # Node ID fe333c2ff3dc1db26968c859f81ee31db51cc85d # Parent 76a31ece4c74f9782e901987e7f82dae2cbee7fe 22617702 fast-cgi should be 64-bit diff -r 76a31ece4c74 -r fe333c2ff3dc components/fastcgi/Makefile --- a/components/fastcgi/Makefile Thu Jan 28 07:08:16 2016 -0800 +++ b/components/fastcgi/Makefile Thu Jan 28 09:22:26 2016 -0800 @@ -20,7 +20,7 @@ # # -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. # include ../../make-rules/shared-macros.mk @@ -43,6 +43,7 @@ include $(WS_MAKE_RULES)/ips.mk include $(WS_MAKE_RULES)/lint-libraries.mk +CONFIGURE_OPTIONS += --bindir=/usr/bin CONFIGURE_OPTIONS += --disable-static CONFIGURE_OPTIONS += --with-pic CONFIGURE_OPTIONS += --includedir=$(CONFIGURE_INCLUDEDIR)/fastcgi diff -r 76a31ece4c74 -r fe333c2ff3dc components/fastcgi/fcgi.p5m --- a/components/fastcgi/fcgi.p5m Thu Jan 28 07:08:16 2016 -0800 +++ b/components/fastcgi/fcgi.p5m Thu Jan 28 09:22:26 2016 -0800 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. # default mangler.man.stability uncommitted> set name=pkg.fmri \ @@ -34,7 +34,6 @@ set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) set name=org.opensolaris.arc-caseid value=PSARC/2009/014 set name=org.opensolaris.consolidation value=$(CONSOLIDATION) -file path=usr/bin/$(MACH64)/cgi-fcgi file path=usr/bin/cgi-fcgi file path=usr/include/fastcgi/fastcgi.h file path=usr/include/fastcgi/fcgi_config.h