pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnutls Jörn Clausen reports that this needs l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2a147a48b58
branches:  trunk
changeset: 621443:e2a147a48b58
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 09 11:11:11 2013 +0000

description:
Jörn Clausen reports that this needs librt on SunOS.

diffstat:

 security/gnutls/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 01ec62d9907f -r e2a147a48b58 security/gnutls/Makefile
--- a/security/gnutls/Makefile  Tue Jul 09 10:57:47 2013 +0000
+++ b/security/gnutls/Makefile  Tue Jul 09 11:11:11 2013 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index