pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/codecrypt
Module Name: pkgsrc
Committed By: wiedi
Date: Mon Sep 19 13:12:40 UTC 2016
Modified Files:
pkgsrc/security/codecrypt: Makefile
Log Message:
link network libs on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/codecrypt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/codecrypt/Makefile
diff -u pkgsrc/security/codecrypt/Makefile:1.1 pkgsrc/security/codecrypt/Makefile:1.2
--- pkgsrc/security/codecrypt/Makefile:1.1 Sat Apr 30 19:27:43 2016
+++ pkgsrc/security/codecrypt/Makefile Mon Sep 19 13:12:39 2016
@@ -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 @@ GNU_CONFIGURE= yes
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