From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christine Caulfield Date: Thu, 22 Apr 2010 13:31:14 +0100 Subject: [Cluster-devel] cluster: RHEL56 - fence-agents: Work around bad nss/nspr prototypes In-Reply-To: <20100421155116.0877F1207FB@lists.fedorahosted.org> References: <20100421155116.0877F1207FB@lists.fedorahosted.org> Message-ID: <4BD04192.4070404@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 21/04/10 16:51, Lon Hohberger wrote: > Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=d4ae5b0f197288fafe884046ba9d9cd1c9c556b0 > Commit: d4ae5b0f197288fafe884046ba9d9cd1c9c556b0 > Parent: c57d8c5a6b3ba804a0d3242fdbd9daeb9476b58d > Author: Lon Hohberger > AuthorDate: Wed Apr 21 11:35:28 2010 -0400 > Committer: Lon Hohberger > CommitterDate: Wed Apr 21 11:35:28 2010 -0400 > > fence-agents: Work around bad nss/nspr prototypes > > This patch allows fence_xvm[d] to compile with > nss/nspr installations which have bad prototypes. > > Resolves: bz#575157 > > Signed-off-by: Lon Hohberger > --- > fence/agents/xvm/Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/fence/agents/xvm/Makefile b/fence/agents/xvm/Makefile > index 4118e34..a8c8b56 100644 > --- a/fence/agents/xvm/Makefile > +++ b/fence/agents/xvm/Makefile > @@ -28,7 +28,7 @@ INCLUDE=-I${top_srcdir}/include -I${top_srcdir}/config \ > -I../../../cman/lib -I../../../ccs/lib -I/usr/include/libxml2 > > CFLAGS+=-DFENCE_RELEASE_NAME=\"${RELEASE}\" \ > - -Wall -Werror -Wstrict-prototypes -Wshadow -ggdb -D_GNU_SOURCE > + -Wall -Wstrict-prototypes -Wshadow -ggdb -D_GNU_SOURCE > > LIBS+=-L../../../cman/lib -L../../../ccs/lib -L${libdir}/openais \ > -L../../../dlm/lib -lnss3 -lxml2 Lon, that's fine as far as it goes ... but now you also need to backport that to the Zstreams too. OR we get the real problem fixed :S Chrissie