[Debian-ha-commits] [pacemaker] 14/69: Fix detection of heartbeat headers on FreeBSD

Christoph Berg myon at debian.org
Tue Jan 26 09:14:25 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 da694e04a3e43f4fad5367a131c2fbb80015d66b
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Tue Dec 15 22:01:34 2015 +0100

    Fix detection of heartbeat headers on FreeBSD
    
    Header checks use the preprocessor so don't look at CFLAGS.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9f6204e..2603363 100644
--- a/configure.ac
+++ b/configure.ac
@@ -463,7 +463,7 @@ esac
 
 dnl Eventually remove this
 if test "$cross_compiling" != "yes"; then
-   CFLAGS="$CFLAGS -I${prefix}/include/heartbeat"
+   CPPFLAGS="$CPPFLAGS -I${prefix}/include/heartbeat"
 fi
 
 AC_SUBST(INIT_EXT)

-- 
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