summaryrefslogtreecommitdiff
path: root/package/automake/patches/patch-Makefile_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-01-17 08:42:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-01-17 08:44:49 +0100
commit07089fd7240ac7e5d3669c33fde835ccce208675 (patch)
tree072de5b8c4f0b46e2aff48b8a42baaaec8aaea29 /package/automake/patches/patch-Makefile_in
parent5d33a85ff935273cef692a615993d70e6c249b0d (diff)
revert automake update, add back libtool patch required for relinking issues f.e. vlc
Diffstat (limited to 'package/automake/patches/patch-Makefile_in')
-rw-r--r--package/automake/patches/patch-Makefile_in11
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 \