pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/libmicrodns
Module Name: pkgsrc
Committed By: tnn
Date: Tue Apr 12 11:50:23 UTC 2022
Modified Files:
pkgsrc/net/libmicrodns: Makefile
Log Message:
libmicrodns: needs -lsocket on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/libmicrodns/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/libmicrodns/Makefile
diff -u pkgsrc/net/libmicrodns/Makefile:1.2 pkgsrc/net/libmicrodns/Makefile:1.3
--- pkgsrc/net/libmicrodns/Makefile:1.2 Mon Apr 12 13:09:42 2021
+++ pkgsrc/net/libmicrodns/Makefile Tue Apr 12 11:50:23 2022
@@ -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 @@ COMMENT= Minimal mDNS resolver (and anno
LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= pkg-config
+LDFLAGS.SunOS+= -lsocket
PYTHON_FOR_BUILD_ONLY= tool
Home |
Main Index |
Thread Index |
Old Index