components/php-5_3/common.mk
branchs11-update
changeset 2923 d19580922ffe
parent 846 fe258446a1ae
child 1654 6f9989ec7bd5
--- a/components/php-5_3/common.mk	Wed Jan 29 21:34:24 2014 -0800
+++ b/components/php-5_3/common.mk	Thu Jan 30 09:23:07 2014 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 PHP_REL=		5.3
@@ -150,6 +150,8 @@
 LD = $(CXX) $(studio_NORUNPATH)
 LDFLAGS += -L$(MYSQL_LIBDIR) -lrt -L$(IMAP_CLIENT_DIR)
 
+ASLR_MODE = $(ASLR_ENABLE)
+
 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS  +=	CPPFLAGS="$(CPPFLAGS)"
 CONFIGURE_OPTIONS  +=	LD="$(LD)"