Use OpenSSL from pkgsrc on SunOS<5.11.
This commit is contained in:
parent
b655dfa617
commit
c9cbfc98c9
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.58 2011/09/14 17:00:20 hans Exp $
|
||||
# $NetBSD: Makefile,v 1.59 2011/11/29 18:47:42 hans Exp $
|
||||
|
||||
.include "dist.mk"
|
||||
|
||||
|
@ -162,6 +162,10 @@ post-install:
|
|||
${DESTDIR}${PREFIX}/lib/libpython2.4.sl.1.0
|
||||
.endif
|
||||
|
||||
.if ${OPSYS} == "SunOS" && ${OS_VERSION} != "5.11"
|
||||
PREFER.openssl= pkgsrc
|
||||
.endif
|
||||
|
||||
USE_GNU_READLINE= # defined
|
||||
BUILDLINK_DEPMETHOD.readline= build
|
||||
|
||||
|
|
Loading…
Reference in a new issue