components/tcpdump/Makefile
changeset 1229 5da8394504c5
parent 1223 28d011526d15
child 1630 4a2b407e8cf3
equal deleted inserted replaced
1228:7c833611f21f 1229:5da8394504c5
    34 
    34 
    35 include ../../make-rules/prep.mk
    35 include ../../make-rules/prep.mk
    36 include ../../make-rules/configure.mk
    36 include ../../make-rules/configure.mk
    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 # fix my alignment issues instead of falling over on sparc
    40 studio_ALIGN.sparc.32=
    40 studio_ALIGN.sparc.64=-xmemalign=16i
    41 
    41 
    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)
    47 ASLR_MODE = $(ASLR_ENABLE)
    48 
    48 
    49 # common targets
    49 # common targets
    50 build:          $(BUILD_32)
    50 build:          $(BUILD_64)
    51 
    51 
    52 install:        $(INSTALL_32) 
    52 install:        $(INSTALL_64) 
    53 
    53 
    54 COMPONENT_PRE_TEST_ACTION = \
    54 COMPONENT_PRE_TEST_ACTION = \
    55         ($(CP) -r $(SOURCE_DIR)/tests $(@D)/.)
    55         ($(CP) -r $(SOURCE_DIR)/tests $(@D)/.)
    56 
    56 
    57 test:		$(TEST_32)
    57 test:		$(TEST_64)
    58 
    58 
    59 
    59 
    60 BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
    60 BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
    61 
    61 
    62 include ../../make-rules/depend.mk
    62 include ../../make-rules/depend.mk