summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2013-05-23 16:53:13 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-05-31 12:29:50 +0200
commit194a72e375bf781e642510d173ae95a802d992f8 (patch)
tree72e5386ad7612e0476db0b2f39b367f527272ec7
parent55d7491bb2ea1480dbf1d9f1983c450ad34adfa9 (diff)
downloadptxdist-194a72e375bf781e642510d173ae95a802d992f8.tar.gz
ptxdist-194a72e375bf781e642510d173ae95a802d992f8.tar.xz
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 <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/openssl.make2
1 files changed, 2 insertions, 0 deletions
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