From 194a72e375bf781e642510d173ae95a802d992f8 Mon Sep 17 00:00:00 2001 From: Bernhard Walle Date: Thu, 23 May 2013 16:53:13 +0200 Subject: openssl: Fix build with Perl 5.18.0 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 Signed-off-by: Michael Olbrich --- rules/openssl.make | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rules/openssl.make') diff --git a/rules/openssl.make b/rules/openssl.make index f448e7c50..67ad7d31a 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 -- cgit v1.2.3