From 17dbc0ffa1fdfd1d1b401bacc37b247b6123a88c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mar 21 2010 02:34:51 +0000 Subject: Set HB_LIBHBDIR to fix 32/64bit path issue. #570982 --- diff --git a/heartbeat.spec b/heartbeat.spec index 9e6d19f..c307576 100644 --- a/heartbeat.spec +++ b/heartbeat.spec @@ -6,7 +6,7 @@ Summary: Heartbeat subsystem for High-Availability Linux Name: heartbeat Version: 2.1.4 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2 and LGPLv2+ URL: http://linux-ha.org/ Group: System Environment/Daemons @@ -137,7 +137,7 @@ GUI client for Heartbeat clusters %build ./bootstrap # disable-fatal-warnings flag used to disable gcc4.x warnings of 'difference in signedness' -CFLAGS=${RPM_OPT_FLAGS} \ +HA_LIBHBDIR=%{_libdir}/heartbeat CFLAGS=${RPM_OPT_FLAGS} \ %configure \ --with-ocf-root=%{_datadir}/ocf \ --disable-fatal-warnings \ @@ -348,6 +348,9 @@ fi %{_bindir}/hb_gui %changelog +* Sat Mar 20 2010 Kevin Fenzi - 2.1.4-11 +- Set HB_LIBHBDIR to fix 32/64bit path issue. #570982 + * Thu Nov 26 2009 Kevin Fenzi - 2.1.4-10 - Add BuildRequires for openhpi-devel to build bladehpi stonith plugin.