diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-06-26 20:10:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-06-26 20:10:44 +0200 |
commit | bf89ff6c79e76b23d153cead09754e68dbe59983 (patch) | |
tree | 229463616389a8e00c8fc33576987d86ac2bba85 /package/cluster-glue/patches/patch-configure | |
parent | ac01f0d24321933d3456190164f5b68ccc94976a (diff) |
more 2.6.39 fixes
Diffstat (limited to 'package/cluster-glue/patches/patch-configure')
-rw-r--r-- | package/cluster-glue/patches/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/cluster-glue/patches/patch-configure b/package/cluster-glue/patches/patch-configure new file mode 100644 index 000000000..4e90d47e7 --- /dev/null +++ b/package/cluster-glue/patches/patch-configure @@ -0,0 +1,11 @@ +--- cluster-glue-1.0.7.orig/configure 2011-05-24 14:40:32.000000000 +0200 ++++ cluster-glue-1.0.7/configure 2011-06-22 13:30:10.976951778 +0200 +@@ -12620,7 +12620,7 @@ case $libdir in + *prefix*|NONE) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking which lib directory to use" >&5 + $as_echo_n "checking which lib directory to use... " >&6; } +- for aDir in lib64 lib ++ for aDir in lib + do + trydir="${exec_prefix}/${aDir}" + if |