summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2022-05-21 15:32:04 +0200
committerFlorian Franzmann2022-05-23 18:01:25 +0200
commitf037c7deb72e6040d50f2cc334b1d668304a9a32 (patch)
treefb9868617f43827499d1b7f8b5cba8b4399afc2a
parent393f3082a311315beb68775841862e9617015ad3 (diff)
crypto/openssl: build manpages in BUILD
-rwxr-xr-xcrypto/openssl/BUILD4
-rw-r--r--crypto/openssl/HISTORY3
2 files changed, 6 insertions, 1 deletions
diff --git a/crypto/openssl/BUILD b/crypto/openssl/BUILD
index 4ce1b146b7..634680e844 100755
--- a/crypto/openssl/BUILD
+++ b/crypto/openssl/BUILD
@@ -23,7 +23,9 @@ fi &&
sedit "s/^CFLAG=/CFLAG=$CFLAGS /" Makefile &&
sedit "s/chmod 644\(.*pkgconfig\)/chmod 755\1/" Makefile &&
-make && {
+make &&
+make build_man_docs &&
+{
local OLD_SPELL_VERSION=""
spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
diff --git a/crypto/openssl/HISTORY b/crypto/openssl/HISTORY
index 05e7da4ce5..e2a0b395ee 100644
--- a/crypto/openssl/HISTORY
+++ b/crypto/openssl/HISTORY
@@ -1,3 +1,6 @@
+2022-05-21 Florian Franzmann <bwlf@bandrate.org>
+ * BUILD: build manpages in BUILD instead of INSTALL
+
2022-05-06 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 3.0.3, SECURITY_PATCH++, fixes CVE-2022-1473,
CVE-2022-1434, CVE-2022-1343, CVE-2022-1292