Package: pcx
Version: 1.1.18-2
Followup-For: Bug #642139
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following:
* MAKEARCH/linux.make: Don't link nullmain.o; it only serves to
duplicate an existing main routine and thus breaks the build.
Not linking it fixes the FTBFS. (LP: #756001)
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-11-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
only in patch2:
unchanged:
--- pcx-1.1.18.orig/MAKEARCH/linux.make
+++ pcx-1.1.18/MAKEARCH/linux.make
@@ -1,3 +1,3 @@
RANLIB = ranlib
-MISC_OBJS = nullmain.o
+#MISC_OBJS = nullmain.o