components/iperf/Makefile
changeset 1184 69d5cf2d40e4
parent 1058 34d7aaa03423
child 1772 6f53e94c4c78
equal deleted inserted replaced
1183:05766af2b3f9 1184:69d5cf2d40e4
    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=		iperf
    28 COMPONENT_NAME=		iperf
    29 COMPONENT_VERSION=	2.0.4
    29 COMPONENT_VERSION=	2.0.5
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_PROJECT_URL=	http://sourceforge.net/projects/iperf/
    31 COMPONENT_PROJECT_URL=	http://sourceforge.net/projects/iperf/
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    33 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:3b52f1c178d6a99c27114929d5469c009197d15379c967b329bafb956f397944
    34     sha256:636b4eff0431cea80667ea85a67ce4c68698760a9837e1e9d13096d20362265b
    35 COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/iperf/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/iperf/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	utility/iperf
    36 COMPONENT_BUGDB=	utility/iperf
    37 
    37 
    38 include ../../make-rules/prep.mk
    38 include ../../make-rules/prep.mk
    39 include ../../make-rules/configure.mk
    39 include ../../make-rules/configure.mk
    49 # these default to unnecessary gcc options, which
    49 # these default to unnecessary gcc options, which
    50 # are all that prevents us from using studio. so null them.
    50 # are all that prevents us from using studio. so null them.
    51 COMPONENT_BUILD_ARGS  +=	AM_CXXFLAGS=""
    51 COMPONENT_BUILD_ARGS  +=	AM_CXXFLAGS=""
    52 COMPONENT_BUILD_ARGS  +=	AM_CFLAGS=""
    52 COMPONENT_BUILD_ARGS  +=	AM_CFLAGS=""
    53 
    53 
       
    54 # Enable ASLR for this component
       
    55 ASLR_MODE = $(ASLR_ENABLE)
    54 
    56 
    55 # common targets
    57 # common targets
    56 build:		$(BUILD_32)
    58 build:		$(BUILD_32)
    57 
    59 
    58 install:	$(INSTALL_32)
    60 install:	$(INSTALL_32)