# HG changeset patch # User Norm Jacobs # Date 1389989814 28800 # Node ID bffd78b31bd52613af3bdb5677a8d5da6695ef0b # Parent 206ef3eafd0a9c4de8c5ec2233b43fc9ad5977db 17075184 tcpdump does not work in non-global-zone diff -r 206ef3eafd0a -r bffd78b31bd5 components/tcpdump/Makefile --- a/components/tcpdump/Makefile Fri Jan 17 09:39:25 2014 -0700 +++ b/components/tcpdump/Makefile Fri Jan 17 12:16:54 2014 -0800 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. # include ../../make-rules/shared-macros.mk @@ -39,6 +39,10 @@ # the default setting of 8s makes us core dump studio_ALIGN.sparc.32= +# lazyloading (indirectly enabled by -Bdirect) seems to cause problems with +# libpcap device enumeration. +LD_B_DIRECT= + CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" CONFIGURE_OPTIONS += --enable-ipv6=yes CONFIGURE_OPTIONS += --with-user=nobody