pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/codecrypt link network libs on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a981d747c523
branches:  trunk
changeset: 352870:a981d747c523
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Mon Sep 19 13:12:39 2016 +0000

description:
link network libs on SunOS

diffstat:

 security/codecrypt/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3ba12e43920f -r a981d747c523 security/codecrypt/Makefile
--- a/security/codecrypt/Makefile       Mon Sep 19 13:04:27 2016 +0000
+++ b/security/codecrypt/Makefile       Mon Sep 19 13:12:39 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/04/30 19:27:43 agc Exp $
+# $NetBSD: Makefile,v 1.2 2016/09/19 13:12:39 wiedi Exp $
 
 DISTNAME=      codecrypt-1.7.5
 CATEGORIES=    security
@@ -15,6 +15,8 @@
 USE_LIBTOOL=   yes
 USE_LANGUAGES+=        c c++
 
+LDFLAGS.SunOS+=        -lsocket -lnsl
+
 CRYPTOPPFLAGS= CRYPTOPP_CFLAGS=-I${PREFIX}/include
 CRYPTOPPFLAGS+=        CRYPTOPP_LIBS='-L${PREFIX}/lib -Wl,-R${PREFIX}/lib -lcryptopp'
 



Home | Main Index | Thread Index | Old Index