summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>2004-09-22 20:48:44 +0000
committertron <tron>2004-09-22 20:48:44 +0000
commit9f92834f2085b61ac1224ae80065ce1f99fc64e9 (patch)
tree4a82bec3d0ff45f87c3305db8f5d64b6c80f59c7 /net
parenta1e6426af3f1ddf502bd94981849713bac42b851 (diff)
downloadpkgsrc-9f92834f2085b61ac1224ae80065ce1f99fc64e9.tar.gz
Set "BUILDLINK_LDFLAGS.bind" to "-lbind" to make sure that programs or
libraries get linked with the BIND 9 resolver library.
Diffstat (limited to 'net')
-rw-r--r--net/bind9/buildlink3.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bind9/buildlink3.mk b/net/bind9/buildlink3.mk
index f188552b867..6cbf0f1b237 100644
--- a/net/bind9/buildlink3.mk
+++ b/net/bind9/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2004/09/22 20:37:33 tron Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2004/09/22 20:48:44 tron Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
BIND_BUILDLINK3_MK:= ${BIND_BUILDLINK3_MK}+
@@ -15,6 +15,7 @@ BUILDLINK_DEPENDS.bind+= bind>=9.2.2
BUILDLINK_RECOMMENDED.bind?= bind>=9.2.3nb4
BUILDLINK_PKGSRCDIR.bind?= ../../net/bind9
+BUILDLINK_LDFLAGS.bind= -lbind
BUILDLINK_TRANSFORM.bind= -e "s|include/bind/|include/|g"
.endif # BIND_BUILDLINK3_MK