> *** modules/thread 2008-08-17 17:11:17.000000000 +0200 > --- /packages/GNULIB/gnulib-git/modules/thread 2008-08-17 > 18:00:33.000000000 +0200 > *************** > *** 17,22 **** > --- 17,25 ---- > Include: > "glthread/thread.h" > > + Link: > + $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise > + > License: > LGPLv2+ >
Oops, this needs to link with $(LIBMLTITHREAD): --- modules/thread.orig 2008-08-17 19:46:01.000000000 +0200 +++ modules/thread 2008-08-17 19:44:51.000000000 +0200 @@ -18,7 +18,7 @@ "glthread/thread.h" Link: -$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise +$(LTLIBMULTITHREAD) when linking with libtool, $(LIBMULTITHREAD) otherwise License: LGPLv2+
