SEPARATE_BUILD breaks ipv6 support detection in configure.
ok lteo@ (maintainer), naddy@, sthen@
This commit is contained in:
parent
d65b05721e
commit
87ff6cb7eb
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.22 2013/03/11 11:35:47 espie Exp $
|
# $OpenBSD: Makefile,v 1.23 2013/04/07 07:09:54 matthieu Exp $
|
||||||
|
|
||||||
COMMENT= tool for measuring maximum TCP and UDP bandwidth
|
COMMENT= tool for measuring maximum TCP and UDP bandwidth
|
||||||
|
|
||||||
DISTNAME= iperf-2.0.5
|
DISTNAME= iperf-2.0.5
|
||||||
REVISION= 2
|
REVISION= 3
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
|
|
||||||
HOMEPAGE= http://sourceforge.net/projects/iperf/
|
HOMEPAGE= http://sourceforge.net/projects/iperf/
|
||||||
@ -19,7 +19,9 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=iperf/}
|
|||||||
|
|
||||||
CONFIGURE_STYLE= autoconf
|
CONFIGURE_STYLE= autoconf
|
||||||
AUTOCONF_VERSION= 2.65
|
AUTOCONF_VERSION= 2.65
|
||||||
SEPARATE_BUILD= Yes
|
|
||||||
|
# Separate build breaks configure test for IPv6 support
|
||||||
|
SEPARATE_BUILD= No
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKBUILD}/src/iperf ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKBUILD}/src/iperf ${PREFIX}/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user