components/tcpdump/Makefile
changeset 1223 28d011526d15
parent 1058 34d7aaa03423
child 1229 5da8394504c5
equal deleted inserted replaced
1222:9e8381acb43a 1223:28d011526d15
    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) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		tcpdump
    25 COMPONENT_NAME=		tcpdump
    26 COMPONENT_VERSION=	4.3.0
    26 COMPONENT_VERSION=	4.3.0
    42 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
    42 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
    43 CONFIGURE_OPTIONS += --enable-ipv6=yes
    43 CONFIGURE_OPTIONS += --enable-ipv6=yes
    44 CONFIGURE_OPTIONS += --with-user=nobody
    44 CONFIGURE_OPTIONS += --with-user=nobody
    45 CONFIGURE_OPTIONS += --without-crypto
    45 CONFIGURE_OPTIONS += --without-crypto
    46 
    46 
       
    47 ASLR_MODE = $(ASLR_ENABLE)
       
    48 
    47 # common targets
    49 # common targets
    48 build:          $(BUILD_32)
    50 build:          $(BUILD_32)
    49 
    51 
    50 install:        $(INSTALL_32) 
    52 install:        $(INSTALL_32) 
    51 
    53