mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] openssl: Fix build with Perl 5.18.0
@ 2013-05-23 14:53 Bernhard Walle
  2013-06-02 12:53 ` Alexander Aring
  2014-10-30 14:52 ` Manuel Traut
  0 siblings, 2 replies; 4+ messages in thread
From: Bernhard Walle @ 2013-05-23 14:53 UTC (permalink / raw)
  To: ptxdist

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>
---
 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-30 15:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-23 14:53 [ptxdist] [PATCH] openssl: Fix build with Perl 5.18.0 Bernhard Walle
2013-06-02 12:53 ` Alexander Aring
2013-06-03 11:04   ` Michael Olbrich
2014-10-30 14:52 ` Manuel Traut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox