diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-13 22:07:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-13 22:07:19 +0200 |
commit | 64cb589729344efbeb50918930f788ff9db20f72 (patch) | |
tree | 387057ac4cf7a0873646b5d99284ab736913a3b1 | |
parent | 37cce3a71c9359d46dc20bdb7b11ea66dd60add3 (diff) | |
parent | 54291b69a8804e935ffe8671fd2146a7328e8b8e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
-rw-r--r-- | package/Pacemaker-Python-GUI/patches/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/Pacemaker-Python-GUI/patches/patch-configure b/package/Pacemaker-Python-GUI/patches/patch-configure new file mode 100644 index 000000000..bfbf2ae69 --- /dev/null +++ b/package/Pacemaker-Python-GUI/patches/patch-configure @@ -0,0 +1,11 @@ +--- Pacemaker-Python-GUI-2.1.0.orig/configure 2011-10-07 11:55:11.000000000 +0200 ++++ Pacemaker-Python-GUI-2.1.0/configure 2011-10-12 18:13:25.563559000 +0200 +@@ -5555,7 +5555,7 @@ case $libdir in + prefix|NONE|*exec_prefix*) + { $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 |