Package: xrdp
Version: 0.5.0~20100303cvs-6
Tags: patch

In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/rules: Add -lpthread to LDFLAGS, fixes FTBFS.

We thought you might be interested in doing the same. 
diff -Nru xrdp-0.5.0~20100303cvs/debian/rules xrdp-0.5.0~20100303cvs/debian/rules
--- xrdp-0.5.0~20100303cvs/debian/rules	2010-08-11 18:47:54.000000000 +0200
+++ xrdp-0.5.0~20100303cvs/debian/rules	2010-10-22 21:20:15.000000000 +0200
@@ -4,6 +4,8 @@
 %:
 	dh $@
 
+LDFLAGS = -lpthread
+
 override_dh_auto_configure:
 	./bootstrap
 	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var

Reply via email to