summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgavan <gavan>2003-11-07 14:59:42 +0000
committergavan <gavan>2003-11-07 14:59:42 +0000
commite8c408217e636b6d82a4f999977cf8d3bb0f9c6c (patch)
treed4335f13caefc45364a50b84d06c3b4ea771b519 /net
parent41efc99ae348c0738735a44ac12bf0ca0966704c (diff)
downloadpkgsrc-e8c408217e636b6d82a4f999977cf8d3bb0f9c6c.tar.gz
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'net')
-rw-r--r--net/iperf/Makefile3
-rw-r--r--net/pxe/Makefile3
2 files changed, 4 insertions, 2 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"
diff --git a/net/pxe/Makefile b/net/pxe/Makefile
index 4798f3a6807..d82762b2c5f 100644
--- a/net/pxe/Makefile
+++ b/net/pxe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/09/30 09:32:06 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2003/11/07 15:51:54 gavan Exp $
#
DISTNAME= pxe-1.4
@@ -12,6 +12,7 @@ COMMENT= Preboot eXecution Environment (PXE) daemon
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
+USE_GCC_SHLIB= YES
CONFIGURE_ARGS+= --with-log=/var/log/pxe.log
CONFIGURE_ARGS+= --with-config="${PKG_SYSCONFDIR}/pxe.conf"