summaryrefslogtreecommitdiffstats
path: root/rules/host-openssl.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-12-09 13:54:32 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-12-09 15:02:25 +0100
commit4b512f6cef88c2e6d45fd3c74635a413739fca00 (patch)
tree9dea4b9ad4cfb5467e5f826784a4a5494520c8e3 /rules/host-openssl.make
parent17977f769941a8a854d44e2efa350073f2883595 (diff)
downloadptxdist-4b512f6cef88c2e6d45fd3c74635a413739fca00.tar.gz
ptxdist-4b512f6cef88c2e6d45fd3c74635a413739fca00.tar.xz
host-openssl: Fix build with Perl 5.18.0
Without this installing host-openssl may fail with: 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. This is basically copied from openssl.make Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-openssl.make')
-rw-r--r--rules/host-openssl.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/host-openssl.make b/rules/host-openssl.make
index 3308ebaa4..4ca1ce52b 100644
--- a/rules/host-openssl.make
+++ b/rules/host-openssl.make
@@ -35,6 +35,8 @@ HOST_OPENSSL_MAKE_PAR := NO
HOST_OPENSSL_CONF_OPT = \
--prefix=/ \
--install_prefix=$(HOST_OPENSSL_PKGDIR)
+HOST_OPENSSL_INSTALL_OPT := \
+ install_sw
#
# Follow the directions in INSTALL section 1a.