summaryrefslogtreecommitdiff
path: root/net/pxe
diff options
context:
space:
mode:
authorgavan <gavan>2003-11-07 14:59:42 +0000
committergavan <gavan>2003-11-07 14:59:42 +0000
commit09e2ba8e001192bd8f0a7f613e2bb7896360226c (patch)
treed4335f13caefc45364a50b84d06c3b4ea771b519 /net/pxe
parentb9debd25f16f4fe818193b67b9a0dccd714a8cfe (diff)
downloadpkgsrc-09e2ba8e001192bd8f0a7f613e2bb7896360226c.tar.gz
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'net/pxe')
-rw-r--r--net/pxe/Makefile3
1 files changed, 2 insertions, 1 deletions
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"