pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/39433
The following reply was made to PR pkg/39433; it has been noted by GNATS.
From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/39433
Date: Tue, 2 Sep 2008 09:10:30 -0500 (CDT)
Does this work for you?
Should it be openssl-zlib option like you suggested or just zlib?
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/openssl/Makefile,v
retrieving revision 1.134
diff -u -r1.134 Makefile
--- Makefile 14 Jul 2008 03:52:54 -0000 1.134
+++ Makefile 2 Sep 2008 14:08:13 -0000
@@ -3,6 +3,7 @@
OPENSSL_SNAPSHOT?= # empty
OPENSSL_STABLE?= # empty
OPENSSL_VERS?= 0.9.8h
+PKGREVISION= 1
.if empty(OPENSSL_SNAPSHOT)
DISTNAME= openssl-${OPENSSL_VERS}
Index: options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/security/openssl/options.mk,v
retrieving revision 1.5
diff -u -r1.5 options.mk
--- options.mk 12 Apr 2008 22:43:12 -0000 1.5
+++ options.mk 2 Sep 2008 14:08:13 -0000
@@ -1,7 +1,7 @@
# $NetBSD: options.mk,v 1.5 2008/04/12 22:43:12 jlam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openssl
-PKG_SUPPORTED_OPTIONS= idea mdc2 rc5
+PKG_SUPPORTED_OPTIONS= idea mdc2 rc5 zlib
.include "../../mk/bsd.options.mk"
@@ -48,6 +48,13 @@
CONFIGURE_ARGS+= no-rc5
.endif
+.if !empty(PKG_OPTIONS:Mzlib)
+CONFIGURE_ARGS+= enable-zlib
+.include "../../devel/zlib/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= no-zlib
+.endif
+
.if !empty(OPENSSL_LICENSE)
# pkgsrc does not handle multiple licenses
LICENSE= openssl-patented-algorithms-nonlicense
cvs diff: Diffing patches
Home |
Main Index |
Thread Index |
Old Index