[Debian-ha-commits] [pacemaker] 54/69: Don't override any libdir containing $prefix

Christoph Berg myon at debian.org
Tue Jan 26 09:14:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

myon pushed a commit to branch debian/master
in repository pacemaker.

commit 3658508e37d0844323def6fec2040aa5bc9ec26d
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Sat Jan 9 19:57:35 2016 +0100

    Don't override any libdir containing $prefix
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9726a78..c200a68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -378,7 +378,7 @@ AC_SUBST(INITDIR)
 AC_MSG_NOTICE(Sanitizing libdir: ${libdir})
 case $libdir in
   dnl For consistency with Heartbeat, map NONE->$prefix
-  *prefix*|NONE)
+  prefix|NONE)
     AC_MSG_CHECKING(which lib directory to use)
     for aDir in lib64 lib
     do

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pacemaker.git



More information about the Debian-HA-Commits mailing list