From f9069a42d9b5b64245b4d29042473577ed8ad03c Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 9 Jul 2013 11:11:11 +0000 Subject: Jörn Clausen reports that this needs librt on SunOS. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- security/gnutls/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/gnutls') diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 235c51be6bb..7bff2e2a43d 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.127 2013/07/08 08:30:01 wiz Exp $ +# $NetBSD: Makefile,v 1.128 2013/07/09 11:11:11 wiz Exp $ DISTNAME= gnutls-3.2.1 CATEGORIES= security devel @@ -21,6 +21,7 @@ CONFIGURE_ARGS+= --without-p11-kit # this library duplicates (and conflicts with) openssl CONFIGURE_ARGS+= --disable-openssl-compatibility CONFIGURE_ARGS+= --disable-guile +LDFLAGS.SunOS= -lrt TEST_TARGET= check INFO_FILES= yes -- cgit v1.2.3