summaryrefslogtreecommitdiff
path: root/sys-cluster/hpl/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /sys-cluster/hpl/files
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'sys-cluster/hpl/files')
-rw-r--r--sys-cluster/hpl/files/hpl-2.3-respect-AR.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-cluster/hpl/files/hpl-2.3-respect-AR.patch b/sys-cluster/hpl/files/hpl-2.3-respect-AR.patch
new file mode 100644
index 000000000000..e7b112380c50
--- /dev/null
+++ b/sys-cluster/hpl/files/hpl-2.3-respect-AR.patch
@@ -0,0 +1,13 @@
+diff --git a/configure.ac b/configure.ac
+index eb91dc5..cc10681 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -8,6 +8,8 @@ AX_PROG_CC_MPI
+
+ AC_PROG_RANLIB
+
++AM_PROG_AR
++
+ AC_PROG_INSTALL
+
+ AM_INIT_AUTOMAKE([subdir-objects])