summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-10-11 12:15:12 +0000
committerobache <obache@pkgsrc.org>2010-10-11 12:15:12 +0000
commit648007c8ef487e2ba87753b1c63cabbd33f4f064 (patch)
treef5a9b73fbb48ebbbafe7b5047a1e5de3c34346fb /net
parentf2e86ff2d7b2b8086af652cd198f9031a41fd4d8 (diff)
downloadpkgsrc-648007c8ef487e2ba87753b1c63cabbd33f4f064.tar.gz
Fix a typo, PR#43924.
Diffstat (limited to 'net')
-rw-r--r--net/host/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/host/Makefile b/net/host/Makefile
index e06e602f977..53213942e02 100644
--- a/net/host/Makefile
+++ b/net/host/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2010/09/29 12:27:47 obache Exp $
+# $NetBSD: Makefile,v 1.22 2010/10/11 12:15:12 obache Exp $
DISTNAME= host-20040812
CATEGORIES= net
@@ -26,7 +26,7 @@ BUILDLINK_TRANSFORM+= rm:-Wl,--warn-common
BUILDLINK_TRANSFORM+= rm:-static
.endif
.if ${OPSYS} == "SunOS"
-LDFLAGS+= -lresolve -lsocket -lnsl
+LDFLAGS+= -lresolv -lsocket -lnsl
BUILDLINK_TRANSFORM+= rm:-Wl,--warn-common
BUILDLINK_TRANSFORM+= rm:-static
.endif