tags 629658 + patch
tags 629658 + pending
thanks

Dear maintainer,

I've prepared an NMU for crossroads (versioned as 2.65-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Cat Power: The Moon
diff -u crossroads-2.65/debian/changelog crossroads-2.65/debian/changelog
--- crossroads-2.65/debian/changelog
+++ crossroads-2.65/debian/changelog
@@ -1,3 +1,14 @@
+crossroads (2.65-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: start.cc:22: undefined reference to `pthread_create'":
+    add patch from Ubuntu / Andreas Moog:
+    - debian/patches/ftbfs_link_pthread.patch: (LP: #749221)
+      add missing link to pthread
+    (Closes: #629658)
+
+ -- gregor herrmann <gre...@debian.org>  Mon, 31 Oct 2011 20:32:37 +0100
+
 crossroads (2.65-1) unstable; urgency=low
 
   * Initial release (Closes: #498480)
diff -u crossroads-2.65/debian/patches/series crossroads-2.65/debian/patches/series
--- crossroads-2.65/debian/patches/series
+++ crossroads-2.65/debian/patches/series
@@ -1,0 +2 @@
+ftbfs_link_pthread.patch
only in patch2:
unchanged:
--- crossroads-2.65.orig/debian/patches/ftbfs_link_pthread.patch
+++ crossroads-2.65/debian/patches/ftbfs_link_pthread.patch
@@ -0,0 +1,15 @@
+## Description: add pthread to linker flags, fixes FTBFS with gold-linker
+## Origin/Author: Andreas Moog <am...@ubuntu.com>
+## Bug-Ubuntu: https://bugs.launchpad.net/bugs/749221
+## Bug-Debian: http://bugs.debian.org/629658
+--- a/xr/Makefile
++++ b/xr/Makefile
+@@ -54,7 +54,7 @@
+ 
+ $(BIN): $(BUILDDIR)/libxr.a
+ 	$(CONF_CC) $(PROF) $(CONF_OPTFLAGS) -g -o $(BIN) \
+-	  -L$(BUILDDIR) -lxr $(CONF_LIB)
++	  -L$(BUILDDIR) -lxr $(CONF_LIB) -lpthread
+ 
+ clean:
+ 	rm -f $(BIN) $(LIB) core obj/*.o etc/usage.h $(BUILDDIR)/config.cache

Attachment: signature.asc
Description: Digital signature

Reply via email to