r310 - lvm2/trunk/daemons/clvmd

Bastian Blank waldi at costa.debian.org
Sat Apr 15 09:42:45 UTC 2006


Author: waldi
Date: Sat Apr 15 09:42:45 2006
New Revision: 310

Modified:
   lvm2/trunk/daemons/clvmd/Makefile.in
Log:
daemons/clvmd/Makefile.in: Explicitely link libpthread.
Closes: 358305


Modified: lvm2/trunk/daemons/clvmd/Makefile.in
==============================================================================
--- lvm2/trunk/daemons/clvmd/Makefile.in	(original)
+++ lvm2/trunk/daemons/clvmd/Makefile.in	Sat Apr 15 09:42:45 2006
@@ -63,6 +63,8 @@
 	LVMLIBS += -ldevmapper
 endif
 
+LIBS += -lpthread
+
 CFLAGS += -D_REENTRANT -fno-strict-aliasing
 
 include $(top_srcdir)/make.tmpl



More information about the pkg-lvm-commits mailing list