From: Alexander Aring <alex.aring@gmail.com>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] openssl: Fix build with Perl 5.18.0
Date: Sun, 2 Jun 2013 14:53:39 +0200 [thread overview]
Message-ID: <20130602125337.GA21521@x61s.Speedport_W_921V_1_21_000> (raw)
In-Reply-To: <1369320793-26283-1-git-send-email-bernhard@bwalle.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 <bernhard@bwalle.de>
Tested-by: Alexander Aring <alex.aring@gmail.com>
> ---
> 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
next prev parent reply other threads:[~2013-06-02 12:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-23 14:53 Bernhard Walle
2013-06-02 12:53 ` Alexander Aring [this message]
2013-06-03 11:04 ` Michael Olbrich
2014-10-30 14:52 ` Manuel Traut
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130602125337.GA21521@x61s.Speedport_W_921V_1_21_000 \
--to=alex.aring@gmail.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox