From 622a7f70db8547e9f92d9d1080a434f7a2bf044a Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Tue, 18 Sep 2018 14:05:32 -0700 Subject: [PATCH] Do not install man-pages during openssl-static build to speed up things. (#391) Motivation: We do not care about the openssl manpages so there is no need to install them during the build. Modifications: Use make install_sw which will skip manpage installation. Result: Faster build --- openssl-static/pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openssl-static/pom.xml b/openssl-static/pom.xml index b53f642d8..4947dd9f2 100644 --- a/openssl-static/pom.xml +++ b/openssl-static/pom.xml @@ -251,7 +251,8 @@ - + + @@ -321,7 +322,8 @@ - + +