Jan Engelhardt
a0a2e49a01
- Update to release 32 * Drop python bindings * Remove unmaintained experimental tool - Drop upstreamed patches * configure-Detect-openssl-sm3-support.patch * man-depmod.d-Fix-incorrect-usr-lib-search-path.patch * usr-lib-modprobe.patch * kmod-Add-pkgconfig-file-with-kmod-compile-time-confi.patch * tools-depmod-fix-Walloc-size.patch * libkmod-remove-pkcs7-obj_to_hash_algo.patch * usr-lib-modules.patch * configure-Check-that-provided-paths-are-absolute.patch - Refresh no-stylesheet-download.patch OBS-URL: https://build.opensuse.org/request/show/1164983 OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=236
28 lines
827 B
Diff
28 lines
827 B
Diff
From 3bb8f5af80b611238160ceb88f288af7037281e9 Mon Sep 17 00:00:00 2001
|
|
From: Michal Suchanek <msuchanek@suse.de>
|
|
Date: Mon, 6 Sep 2021 14:52:35 +0200
|
|
Subject: [PATCH] Do not download the docbook stylesheet during build, use
|
|
local copy instead.
|
|
|
|
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
|
|
---
|
|
man/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/man/Makefile.am b/man/Makefile.am
|
|
index d62ff21c799f..6e6aedf092ad 100644
|
|
--- a/man/Makefile.am
|
|
+++ b/man/Makefile.am
|
|
@@ -28,7 +28,7 @@ define generate_manpage
|
|
--nonet \
|
|
--stringparam man.output.quietly 1 \
|
|
--param funcsynopsis.style "'ansi'" \
|
|
- http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl -
|
|
+ /usr/share/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl -
|
|
endef
|
|
|
|
%.5: %.5.xml
|
|
--
|
|
2.44.0
|
|
|