public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: master - Avoid build failure when building against "make-installed-to-prefix"
@ 2009-06-21  8:01 Jim Meyering
  0 siblings, 0 replies; only message in thread
From: Jim Meyering @ 2009-06-21  8:01 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=aa504c6bcd3835bcd67e1ce8736e21132f0c43bf
Commit:        aa504c6bcd3835bcd67e1ce8736e21132f0c43bf
Parent:        33cf7c2f379a666a8b0456b893fe17fa03a5733a
Author:        Jim Meyering <meyering@redhat.com>
AuthorDate:    Fri Jun 19 19:16:52 2009 +0200
Committer:     Jim Meyering <meyering@redhat.com>
CommitterDate: Fri Jun 19 19:16:52 2009 +0200

Avoid build failure when building against "make-installed-to-prefix"

corosync+openais trees.  i.e., I get /usr/bin/ld: warning: \
libcoroipcc.so.4, needed by /p/p/coro/lib/libconfdb.so, not found
* config/tools/ldap/Makefile.am (confdb2ldif_LDFLAGS): Append -lcoroipcc.
---
 config/tools/ldap/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/tools/ldap/Makefile.am b/config/tools/ldap/Makefile.am
index 1c5c4a8..30a4c32 100644
--- a/config/tools/ldap/Makefile.am
+++ b/config/tools/ldap/Makefile.am
@@ -6,4 +6,4 @@ confdb2ldif_CPPFLAGS	= -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
 
 confdb2ldif_CFLAGS	= $(confdb_CFLAGS)
 
-confdb2ldif_LDFLAGS	= $(confdb_LIBS)
+confdb2ldif_LDFLAGS	= $(confdb_LIBS) -lcoroipcc


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-21  8:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-21  8:01 cluster: master - Avoid build failure when building against "make-installed-to-prefix" Jim Meyering

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).