components/memcached/Makefile
changeset 1273 7fe0aaf16d96
parent 1058 34d7aaa03423
child 1643 fecb396baaeb
equal deleted inserted replaced
1272:139773608566 1273:7fe0aaf16d96
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		memcached
    28 COMPONENT_NAME=		memcached
    54 CONFIGURE_OPTIONS.64 +=	--with-libevent=/usr/lib/${MACH64}
    54 CONFIGURE_OPTIONS.64 +=	--with-libevent=/usr/lib/${MACH64}
    55 CONFIGURE_OPTIONS +=	--enable-dtrace --disable-docs --disable-coverage
    55 CONFIGURE_OPTIONS +=	--enable-dtrace --disable-docs --disable-coverage
    56 CONFIGURE_OPTIONS +=	--localstatedir=/var
    56 CONFIGURE_OPTIONS +=	--localstatedir=/var
    57 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    57 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    58 
    58 
       
    59 ASLR_MODE = $(ASLR_ENABLE)
       
    60 
    59 # common targets
    61 # common targets
    60 build:		$(BUILD_64)
    62 build:		$(BUILD_64)
    61 
    63 
    62 install:	$(INSTALL_64)
    64 install:	$(INSTALL_64)
    63 
    65