components/tcpdump/Makefile
branchs11-update
changeset 2903 bffd78b31bd5
parent 2434 6c9bb5cf5610
child 2905 8c0fb29f2a1e
equal deleted inserted replaced
2902:206ef3eafd0a 2903:bffd78b31bd5
    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, 2014, 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
    37 include ../../make-rules/ips.mk
    37 include ../../make-rules/ips.mk
    38 
    38 
    39 # the default setting of 8s makes us core dump
    39 # the default setting of 8s makes us core dump
    40 studio_ALIGN.sparc.32=
    40 studio_ALIGN.sparc.32=
    41 
    41 
       
    42 # lazyloading (indirectly enabled by -Bdirect) seems to cause problems with
       
    43 # libpcap device enumeration.
       
    44 LD_B_DIRECT=
       
    45 
    42 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
    46 CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
    43 CONFIGURE_OPTIONS += --enable-ipv6=yes
    47 CONFIGURE_OPTIONS += --enable-ipv6=yes
    44 CONFIGURE_OPTIONS += --with-user=nobody
    48 CONFIGURE_OPTIONS += --with-user=nobody
    45 CONFIGURE_OPTIONS += --without-crypto
    49 CONFIGURE_OPTIONS += --without-crypto
    46 
    50