components/php-5_3/common.mk
branchs11-update
changeset 2923 d19580922ffe
parent 846 fe258446a1ae
child 1654 6f9989ec7bd5
equal deleted inserted replaced
2922:a20504fc0f7b 2923:d19580922ffe
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 PHP_REL=		5.3
    24 PHP_REL=		5.3
    25 APACHE_VERSION_DIR=	2.2
    25 APACHE_VERSION_DIR=	2.2
    26 
    26 
   148 CPPFLAGS += -I../CPPFLAGSTEST
   148 CPPFLAGS += -I../CPPFLAGSTEST
   149 LIBS = -lsocket -lnsl -ldl -lposix4
   149 LIBS = -lsocket -lnsl -ldl -lposix4
   150 LD = $(CXX) $(studio_NORUNPATH)
   150 LD = $(CXX) $(studio_NORUNPATH)
   151 LDFLAGS += -L$(MYSQL_LIBDIR) -lrt -L$(IMAP_CLIENT_DIR)
   151 LDFLAGS += -L$(MYSQL_LIBDIR) -lrt -L$(IMAP_CLIENT_DIR)
   152 
   152 
       
   153 ASLR_MODE = $(ASLR_ENABLE)
       
   154 
   153 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
   155 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
   154 CONFIGURE_OPTIONS  +=	CPPFLAGS="$(CPPFLAGS)"
   156 CONFIGURE_OPTIONS  +=	CPPFLAGS="$(CPPFLAGS)"
   155 CONFIGURE_OPTIONS  +=	LD="$(LD)"
   157 CONFIGURE_OPTIONS  +=	LD="$(LD)"
   156 CONFIGURE_OPTIONS  +=	LDFLAGS="$(LDFLAGS)"
   158 CONFIGURE_OPTIONS  +=	LDFLAGS="$(LDFLAGS)"
   157 CONFIGURE_OPTIONS  +=	PATH="$(PATH):/usr/sbin"
   159 CONFIGURE_OPTIONS  +=	PATH="$(PATH):/usr/sbin"