pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/polarssl Needs libsocket on SunOS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/df51cd4f80aa
branches: trunk
changeset: 649043:df51cd4f80aa
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Sun Mar 29 22:25:20 2015 +0000
description:
Needs libsocket on SunOS.
diffstat:
security/polarssl/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 06bc1633c5b3 -r df51cd4f80aa security/polarssl/Makefile
--- a/security/polarssl/Makefile Sun Mar 29 18:49:02 2015 +0000
+++ b/security/polarssl/Makefile Sun Mar 29 22:25:20 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/03/28 19:00:28 rodent Exp $
+# $NetBSD: Makefile,v 1.10 2015/03/29 22:25:20 jperkin Exp $
#
DISTNAME= polarssl-1.3.9-gpl
@@ -25,6 +25,8 @@
CMAKE_ARGS+= -DUSE_SHARED_POLARSSL_LIBRARY=ON
MAKE_ENV+= RANLIB=${RANLIB:Q}
+LDFLAGS.SunOS+= -lsocket
+
post-install:
${CHMOD} -x ${DESTDIR}${PREFIX}/lib/libpolarssl.a
Home |
Main Index |
Thread Index |
Old Index