From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1UjSZ0-0003YR-8Y for ptxdist@pengutronix.de; Mon, 03 Jun 2013 13:04:34 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1UjSYy-00064N-37 for ptxdist@pengutronix.de; Mon, 03 Jun 2013 13:04:32 +0200 Date: Mon, 3 Jun 2013 13:04:32 +0200 From: Michael Olbrich Message-ID: <20130603110432.GB1939@pengutronix.de> References: <1369320793-26283-1-git-send-email-bernhard@bwalle.de> <20130602125337.GA21521@x61s.Speedport_W_921V_1_21_000> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20130602125337.GA21521@x61s.Speedport_W_921V_1_21_000> Subject: Re: [ptxdist] [PATCH] openssl: Fix build with Perl 5.18.0 Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Sun, Jun 02, 2013 at 02:53:39PM +0200, Alexander Aring wrote: > Hi, > > have the same issue. This patch helped me alot. Good to know. It will be part of the next release. Michael > Thanks. > Alex > > On Thu, May 23, 2013 at 04:53:13PM +0200, Bernhard Walle wrote: > > My Arch Linux updated to host-perl 5.18.0. Building openssl with that > > version fails when creating the manpages: > > > > c_rehash.pod around line 45: You forgot a '=back' before '=head1' > > c_rehash.pod around line 49: =back without =over > > > > Since we don't need that manpages, install openssl with "make > > install_sw" instead of "make install" which avoids building the > > manpages. > > > > Signed-off-by: Bernhard Walle > Tested-by: Alexander Aring > > --- > > rules/openssl.make | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/rules/openssl.make b/rules/openssl.make > > index f448e7c..67ad7d3 100644 > > --- a/rules/openssl.make > > +++ b/rules/openssl.make > > @@ -70,6 +70,8 @@ OPENSSL_CONF_OPT := \ > > --prefix=/usr \ > > --openssldir=/usr/lib/ssl \ > > --install_prefix=$(OPENSSL_PKGDIR) > > +OPENSSL_INSTALL_OPT := \ > > + install_sw > > > > ifdef PTXCONF_OPENSSL_SHARED > > OPENSSL_CONF_OPT += shared > > -- > > 1.8.2.3 > > > > > > -- > > ptxdist mailing list > > ptxdist@pengutronix.de > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de