summaryrefslogtreecommitdiffstats
path: root/cluster/mpich/sysconfdir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/mpich/sysconfdir.patch')
-rw-r--r--cluster/mpich/sysconfdir.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/cluster/mpich/sysconfdir.patch b/cluster/mpich/sysconfdir.patch
new file mode 100644
index 0000000000..2099123637
--- /dev/null
+++ b/cluster/mpich/sysconfdir.patch
@@ -0,0 +1,13 @@
+diff -urpN mpich-1.2.6.orig/configure mpich-1.2.6/configure
+--- mpich-1.2.6.orig/configure 2004-08-02 20:00:32.000000000 +0000
++++ mpich-1.2.6/configure 2004-08-12 20:17:07.885556512 +0000
+@@ -575,6 +575,9 @@ do
+ -srcdir | --srcdir | --srcdi | --srcd | --src | --sr | --s)
+ next_srcdir=yes ;;
+
++ -sysconfdir=* | --sysconfdir=* )
++ sysconfdir=`echo $arg | sed 's/[-a-z_]*=//'` ;;
++
+ -datadir=* | --datadir=* )
+ datadir=`echo $arg | sed 's/[-a-z_]*=//'` ;;
+