SHA256
1
0
forked from pool/fipscheck
fipscheck/fipscheck-dont_generate_manpages.patch
Marcus Meissner c70e068c2f Accepting request 662645 from home:vitezslav_cizek:branches:security
- Use the shipped manpages instead of building them with xmlto
  in order to avoid a build cycle (fipscheck, xmlto, libxslt, libgcrypt)
  * add fipscheck-dont_generate_manpages.patch
- fix build on older distributions

OBS-URL: https://build.opensuse.org/request/show/662645
OBS-URL: https://build.opensuse.org/package/show/security/fipscheck?expand=0&rev=19
2019-01-07 16:55:49 +00:00

14 lines
581 B
Diff

Index: fipscheck-1.5.0/man/Makefile.in
===================================================================
--- fipscheck-1.5.0.orig/man/Makefile.in 2017-02-23 15:49:16.000000000 +0100
+++ fipscheck-1.5.0/man/Makefile.in 2019-01-03 12:03:26.003429620 +0100
@@ -567,7 +567,7 @@ uninstall-man: uninstall-man3 uninstall-
$(dist_man_MANS): $(manpages_XMLSOURCES)
- for i in $^ ; do xmlto man $$i ; done
+ #for i in $^ ; do xmlto man $$i ; done
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.