summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2013-05-23 16:53:13 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2017-10-12 15:05:59 +0200
commit915c9f4fbf10acd12fb831a91ca1ab85b5e3eee5 (patch)
tree790d1e5420d2fdd65f9c6f697e361ad49f314e3c
parent97edce6a8d56cd9557a4fede69d3877eccd6c562 (diff)
downloadptxdist-915c9f4fbf10acd12fb831a91ca1ab85b5e3eee5.tar.gz
ptxdist-915c9f4fbf10acd12fb831a91ca1ab85b5e3eee5.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> (cherry picked from commit 194a72e375bf781e642510d173ae95a802d992f8) Signed-off-by: Marc Kleine-Budde <mkl@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 50c73e877..f715e6c9d 100644
--- a/rules/openssl.make
+++ b/rules/openssl.make
@@ -77,6 +77,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