components/fastcgi/Makefile
changeset 1435 6046582a044c
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
--- a/components/fastcgi/Makefile	Wed Aug 14 10:54:58 2013 -0700
+++ b/components/fastcgi/Makefile	Wed Aug 14 12:55:10 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
@@ -47,6 +47,10 @@
 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS += CXXFLAGS="$(CFLAGS) $(studio_XREGS)"
 
+CXX += $(studio_NORUNPATH)
+
+COMPONENT_PREP_ACTION = (cd $(@D) ; touch NEWS AUTHORS ChangeLog ; autoreconf -if)
+
 # common targets
 build:     $(BUILD_32_and_64)