diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-27 11:15:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-27 11:15:11 +0200 |
commit | 387f807fb69e4b45fd56d4ba05dc65b93bf97809 (patch) | |
tree | 7a1d1a8191a6b3d46fe49025776ecd45569676c1 /package/cluster-glue/patches/patch-configure | |
parent | 1bd2bb0a91821025a50407f1b5a7e316e2e29eb5 (diff) | |
parent | 5b8ca9882625b354c5d935a14067568414fc369e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 |