Package: worker Version: 2.19.6-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, In Ubuntu 14.04, the attached patch was applied to achieve the following: * Add missing lib to link, resolving FTBFS. This FTBFS appeared on ppc64el. Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise-proposed'), (500, 'precise'), (100, 'precise-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.11.0-15-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru worker-2.19.6/debian/patches/fix_lib_underlinkage.patch worker-2.19.6/debian/patches/fix_lib_underlinkage.patch --- worker-2.19.6/debian/patches/fix_lib_underlinkage.patch 1969-12-31 19:00:00.000000000 -0500 +++ worker-2.19.6/debian/patches/fix_lib_underlinkage.patch 2014-01-26 17:32:28.000000000 -0500 @@ -0,0 +1,26 @@ +Index: worker-2.19.6/src/Makefile.am +=================================================================== +--- worker-2.19.6.orig/src/Makefile.am 2012-11-21 17:02:53.000000000 -0500 ++++ worker-2.19.6/src/Makefile.am 2014-01-26 17:32:22.780051265 -0500 +@@ -409,7 +409,7 @@ + wpucontext.cc \ + wpucontext.h + +-worker_LDADD = aguix/libaguix.a @WORKER_LDADD@ ++worker_LDADD = aguix/libaguix.a @WORKER_LDADD@ -ldl + #worker_DEPENDENCIES = + + EXTRA_DIST = configparser.y \ +Index: worker-2.19.6/src/Makefile.in +=================================================================== +--- worker-2.19.6.orig/src/Makefile.in 2012-11-21 17:03:47.000000000 -0500 ++++ worker-2.19.6/src/Makefile.in 2014-01-26 17:32:22.780051265 -0500 +@@ -682,7 +682,7 @@ + wpucontext.cc \ + wpucontext.h + +-worker_LDADD = aguix/libaguix.a @WORKER_LDADD@ ++worker_LDADD = aguix/libaguix.a @WORKER_LDADD@ -ldl + #worker_DEPENDENCIES = + EXTRA_DIST = configparser.y \ + configscanner.l \ diff -Nru worker-2.19.6/debian/patches/series worker-2.19.6/debian/patches/series --- worker-2.19.6/debian/patches/series 1969-12-31 19:00:00.000000000 -0500 +++ worker-2.19.6/debian/patches/series 2014-01-26 17:30:21.000000000 -0500 @@ -0,0 +1 @@ +fix_lib_underlinkage.patch