fipscheck/fipscheck-dont_generate_manpages.patch
Marcus Meissner 7713de0e65 Accepting request 731275 from home:vitezslav_cizek:branches:security
- Remove #include of unused fips.h to fix build with OpenSSL 1.1.1
  (bsc#1149792)
  * add fipscheck-fips.h_not_needed.patch
- Drop obsolete openssl-1_1-port.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/731275
OBS-URL: https://build.opensuse.org/package/show/security/fipscheck?expand=0&rev=21
2019-09-16 17:15:28 +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-09-16 12:46:20.335487000 +0200
@@ -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.