rev 16742 - krap/google-gadgets/trunk/debian/patches

Pino Toscano pino-guest at alioth.debian.org
Sun Jan 31 16:04:39 UTC 2010


Author: pino-guest
Date: 2010-01-31 16:04:05 +0000 (Sun, 31 Jan 2010)
New Revision: 16742

Added:
   krap/google-gadgets/trunk/debian/patches/05_hurd_pthread.patch
Modified:
   krap/google-gadgets/trunk/debian/patches/series
Log:
add 05_hurd_pthread.patch to explicitly link to pthread (as workaround to an hurd issue)


Added: krap/google-gadgets/trunk/debian/patches/05_hurd_pthread.patch
===================================================================
--- krap/google-gadgets/trunk/debian/patches/05_hurd_pthread.patch	                        (rev 0)
+++ krap/google-gadgets/trunk/debian/patches/05_hurd_pthread.patch	2010-01-31 16:04:05 UTC (rev 16742)
@@ -0,0 +1,17 @@
+Author: Pino Toscano <pino at kde.org>
+Description: workaround pthread issues on GNU/Hurd
+ Explicit link the main ggadget library to pthread, so we can make sure to
+ have the right pthread loaded (instead of pthread-stubs).
+ This is temporary anyway, will be solved when Hurd's libpthread will be
+ integrated in glibc.
+Forwarded: not-needed
+--- a/ggadget/Makefile.am
++++ b/ggadget/Makefile.am
+@@ -253,6 +253,7 @@
+ 			  $(DEFAULT_COMPILE_FLAGS)
+ 
+ libggadget at GGL_EPOCH@_la_LIBADD = \
++			  $(PTHREAD_LIBS) \
+ 			  $(top_builddir)/third_party/unzip/libunzip.la
+ 
+ libggadget at GGL_EPOCH@_la_LDFLAGS = \

Modified: krap/google-gadgets/trunk/debian/patches/series
===================================================================
--- krap/google-gadgets/trunk/debian/patches/series	2010-01-31 14:00:40 UTC (rev 16741)
+++ krap/google-gadgets/trunk/debian/patches/series	2010-01-31 16:04:05 UTC (rev 16742)
@@ -2,3 +2,4 @@
 02_kfreebsd.patch
 03_GRE_Version.patch
 04_hurd.patch
+05_hurd_pthread.patch




More information about the pkg-kde-commits mailing list