diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-10-31 22:05:46 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-10-31 22:07:11 +0100 |
commit | 641be8ee715df28bd28cc9bba2e6b9107846b412 (patch) | |
tree | 7da6399a8cea76b06c1db9c5dccc3eab3a2f6ae4 /package/automake | |
parent | dbd2d492b5ccbeb47f80c62626a4e0bcc777399b (diff) |
automake: fix build on centos8
Diffstat (limited to 'package/automake')
-rw-r--r-- | package/automake/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/automake/patches/patch-Makefile_in b/package/automake/patches/patch-Makefile_in new file mode 100644 index 000000000..24682ad19 --- /dev/null +++ b/package/automake/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- automake-1.15.1.orig/Makefile.in 2017-06-18 19:35:04.000000000 +0200 ++++ automake-1.15.1/Makefile.in 2020-10-31 08:38:23.322590385 +0100 +@@ -710,7 +710,7 @@ update_mans = \ + $(AM_V_GEN): \ + && $(MKDIR_P) doc \ + && $(extend_PATH) \ +- && $(PERL) $(srcdir)/doc/help2man --output=$@ ++ && $(PERL) $(srcdir)/doc/help2man --no-discard-stderr --output=$@ + + amhello_sources = \ + doc/amhello/configure.ac \ |