From mboxrd@z Thu Jan 1 00:00:00 1970 From: cfeist@sourceware.org Date: 10 Jul 2006 18:25:15 -0000 Subject: [Cluster-devel] cluster/dlm/lib Makefile Message-ID: <20060710182515.446.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: cfeist at sourceware.org 2006-07-10 18:25:15 Modified files: dlm/lib : Makefile Log message: Added -lpthread to LDFLAGS to fix bz #198187 (Unresolved symbols w/ ldd -r) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm/lib/Makefile.diff?cvsroot=cluster&r1=1.14&r2=1.15 --- cluster/dlm/lib/Makefile 2006/06/15 09:34:42 1.14 +++ cluster/dlm/lib/Makefile 2006/07/10 18:25:15 1.15 @@ -23,7 +23,7 @@ include ${top_srcdir}/make/defines.mk CFLAGS += -g -I. -O2 -LDFLAGS += +LDFLAGS += -lpthread all: $(STATICLIB) $(SHAREDLIB)