pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libmicrodns libmicrodns: needs -lsocket on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54f8a719ee46
branches:  trunk
changeset: 376694:54f8a719ee46
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Apr 12 11:50:23 2022 +0000

description:
libmicrodns: needs -lsocket on SunOS

diffstat:

 net/libmicrodns/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ef97c39f52e2 -r 54f8a719ee46 net/libmicrodns/Makefile
--- a/net/libmicrodns/Makefile  Tue Apr 12 11:28:00 2022 +0000
+++ b/net/libmicrodns/Makefile  Tue Apr 12 11:50:23 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/04/12 13:09:42 nia Exp $
+# $NetBSD: Makefile,v 1.3 2022/04/12 11:50:23 tnn Exp $
 
 DISTNAME=      microdns-0.2.0
 PKGNAME=       ${DISTNAME:S/microdns/libmicrodns/}
@@ -14,6 +14,7 @@
 LICENSE=       gnu-lgpl-v2.1
 
 USE_TOOLS+=    pkg-config
+LDFLAGS.SunOS+=        -lsocket
 
 PYTHON_FOR_BUILD_ONLY= tool
 



Home | Main Index | Thread Index | Old Index