components/spawn-fcgi/Makefile
changeset 1303 79b691ffbda3
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
--- a/components/spawn-fcgi/Makefile	Tue May 14 22:57:32 2013 -0700
+++ b/components/spawn-fcgi/Makefile	Wed May 15 12:38:01 2013 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../make-rules/shared-macros.mk
@@ -39,11 +39,14 @@
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
 
+CONFIGURE_ENV +=        CFLAGS="$(CFLAGS)"
+
+ASLR_MODE = $(ASLR_ENABLE)
 
 # common targets
-build:		$(BUILD_32)
+build:		$(BUILD_64)
 
-install:	$(INSTALL_32)
+install:	$(INSTALL_64)
 
 test:           $(NO_TESTS)