Package: hdup Version: 2.0.14-4 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * src/Makefile.in: Reorder placement of libglib in linking step to fix FTBFS. (LP: #770850) 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
--- hdup-2.0.14/src/Makefile.in +++ hdup-2.0.14/src/Makefile.in @@ -28,7 +28,7 @@ all: hdup Makefile.in hdup: ${OBJ} ${HDR} Makefile.in - ${GCC} ${GLIB_LIBS} ${OBJ} -o hdup + ${GCC} ${OBJ} ${GLIB_LIBS} -o hdup # ${STRIP} hdup.h: hdup.h.in Makefile.in