components/snort/Makefile
changeset 1156 a0119d670b12
parent 1058 34d7aaa03423
child 1345 ee87318d9935
equal deleted inserted replaced
1155:51899f20aab8 1156:a0119d670b12
    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=		snort
    28 COMPONENT_NAME=		snort
    50 CONFIGURE_OPTIONS +=	--with-libpcre=included
    50 CONFIGURE_OPTIONS +=	--with-libpcre=included
    51 CONFIGURE_OPTIONS +=	--with-libpcap=/usr
    51 CONFIGURE_OPTIONS +=	--with-libpcap=/usr
    52 CONFIGURE_OPTIONS +=	--enable-static=no
    52 CONFIGURE_OPTIONS +=	--enable-static=no
    53 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    53 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    54 
    54 
       
    55 # Enable ASLR for this component
       
    56 ASLR_MODE = $(ASLR_ENABLE)
       
    57 
    55 # common targets
    58 # common targets
    56 build:		$(BUILD_32)
    59 build:		$(BUILD_32)
    57 
    60 
    58 install:	$(INSTALL_32)
    61 install:	$(INSTALL_32)
    59 
    62