From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-bk0-x22b.google.com ([2a00:1450:4008:c01::22b]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Uj7kL-0000Rt-9t for ptxdist@pengutronix.de; Sun, 02 Jun 2013 14:51:12 +0200 Received: by mail-bk0-f43.google.com with SMTP id jm19so395125bkc.30 for ; Sun, 02 Jun 2013 05:50:45 -0700 (PDT) Received: from x61s.Speedport_W_921V_1_21_000 (p20030064AA842E0102133BFFFE0C3286.dip0.t-ipconnect.de. [2003:64:aa84:2e01:213:3bff:fe0c:3286]) by mx.google.com with ESMTPSA id tl1sm18041701bkb.7.2013.06.02.05.50.44 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 02 Jun 2013 05:50:44 -0700 (PDT) Date: Sun, 2 Jun 2013 14:53:39 +0200 From: Alexander Aring Message-ID: <20130602125337.GA21521@x61s.Speedport_W_921V_1_21_000> References: <1369320793-26283-1-git-send-email-bernhard@bwalle.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1369320793-26283-1-git-send-email-bernhard@bwalle.de> 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 Hi, have the same issue. This patch helped me alot. 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