All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] conga/ricci/modules/cluster/clumon/src/snmp-ag ...
@ 2008-04-10 21:32 rmccabe
  0 siblings, 0 replies; 2+ messages in thread
From: rmccabe @ 2008-04-10 21:32 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL5
Changes by:	rmccabe at sourceware.org	2008-04-10 21:32:56

Modified files:
	ricci/modules/cluster/clumon/src/snmp-agent: Makefile 

Log message:
	Fix 441947

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.1&r2=1.3.2.2

--- conga/ricci/modules/cluster/clumon/src/snmp-agent/Makefile	2008/01/17 17:38:38	1.3.2.1
+++ conga/ricci/modules/cluster/clumon/src/snmp-agent/Makefile	2008/04/10 21:32:56	1.3.2.2
@@ -27,7 +27,7 @@
 	LDFLAGS += ${top_srcdir}/common/*.o
 endif
 
-LDFLAGS += -lcman
+LDFLAGS += ../common/*.o -lcman
 
 OBJECTS = clusterMonitorSnmp.o \
 	clusterMIB.o \



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Cluster-devel] conga/ricci/modules/cluster/clumon/src/snmp-ag ...
@ 2008-04-10 21:35 rmccabe
  0 siblings, 0 replies; 2+ messages in thread
From: rmccabe @ 2008-04-10 21:35 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Branch: 	RHEL4
Changes by:	rmccabe at sourceware.org	2008-04-10 21:35:16

Modified files:
	ricci/modules/cluster/clumon/src/snmp-agent: Makefile 

Log message:
	Fix 441966

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/modules/cluster/clumon/src/snmp-agent/Makefile.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.4.3&r2=1.3.4.4

--- conga/ricci/modules/cluster/clumon/src/snmp-agent/Makefile	2008/03/25 01:27:18	1.3.4.3
+++ conga/ricci/modules/cluster/clumon/src/snmp-agent/Makefile	2008/04/10 21:35:16	1.3.4.4
@@ -27,7 +27,7 @@
 	LDFLAGS += ${top_srcdir}/common/*.o
 endif
 
-LDFLAGS += -lcman
+LDFLAGS += ../common/*.o -lcman
 
 OBJECTS = clusterMonitorSnmp.o \
 	clusterMIB.o \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-10 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-10 21:35 [Cluster-devel] conga/ricci/modules/cluster/clumon/src/snmp-ag rmccabe
  -- strict thread matches above, loose matches on Subject: below --
2008-04-10 21:32 rmccabe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.