diff options
author | gavan <gavan@pkgsrc.org> | 2003-11-07 14:59:42 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-11-07 14:59:42 +0000 |
commit | d50b33ce660340f27eeb7f12c512a1fbdc8c3166 (patch) | |
tree | d4335f13caefc45364a50b84d06c3b4ea771b519 /net/iperf | |
parent | 3cdf51cc4d290f50b2d0a6553d420fcfe5d334eb (diff) | |
download | pkgsrc-d50b33ce660340f27eeb7f12c512a1fbdc8c3166.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'net/iperf')
-rw-r--r-- | net/iperf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/iperf/Makefile b/net/iperf/Makefile index 145c3f3b0ee..7a7544d8d69 100644 --- a/net/iperf/Makefile +++ b/net/iperf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:51:15 grant Exp $ +# $NetBSD: Makefile,v 1.6 2003/11/07 15:48:24 gavan Exp $ # DISTNAME= iperf-1.6.5-source @@ -18,6 +18,7 @@ CONFIGURE_DIRS= ${WRKSRC}/cfg INSTALL_DIRS= ${WRKSRC}/src GNU_CONFIGURE= YES MAKE_ENV+= INSTALL_DIR=${PREFIX}/bin +USE_GCC_SHLIB= YES PTHREAD_OPTS= native optional .include "../../mk/pthread.buildlink2.mk" |