This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]