Package: vpb-driver Version: 4.2.49-1 Tags: patch In Ubuntu, we've applied the attached patch to achieve the following:
* vpb-detect/Makefile.in: Add -lstdc++ to LDLIBS for bintuils-gold, fixes FTBFS We thought you might be interested in doing the same. -- Roy Jamison (xteejx) Ubuntu Bug Squad Ubuntu Bug Control www.ubuntu.com
diff -u vpb-driver-4.2.49/debian/control vpb-driver-4.2.49/debian/control --- vpb-driver-4.2.49/debian/control +++ vpb-driver-4.2.49/debian/control @@ -1,7 +1,8 @@ Source: vpb-driver Section: comm Priority: optional -Maintainer: Ron Lee <r...@debian.org> +Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> +XSBC-Original-Maintainer: Ron Lee <r...@debian.org> Build-Depends: debhelper (>= 5.0.24), po-debconf, bzip2, zlib1g-dev, libpci-dev | pciutils-dev Build-Depends-Indep: doxygen, graphviz Standards-Version: 3.9.1.0 diff -u vpb-driver-4.2.49/debian/changelog vpb-driver-4.2.49/debian/changelog --- vpb-driver-4.2.49/debian/changelog +++ vpb-driver-4.2.49/debian/changelog @@ -1,3 +1,10 @@ +vpb-driver (4.2.49-1ubuntu1) natty; urgency=low + + * vpb-detect/Makefile.in: Add -lstdc++ to LDLIBS for bintuils-gold, + fixes FTBFS (LP: #670079) + + -- Roy Jamison <xtee...@googlemail.com> Tue, 02 Nov 2010 18:42:02 +0000 + vpb-driver (4.2.49-1) unstable; urgency=low * Update for kernels through to 2.6.35 only in patch2: unchanged: --- vpb-driver-4.2.49.orig/vpb-detect/Makefile.in +++ vpb-driver-4.2.49/vpb-detect/Makefile.in @@ -22,7 +22,7 @@ vpbconf: CPPFLAGS += -pthread -I$(top_srcdir)/src/libvpb vpbconf: LDFLAGS += -L$(top_builddir)/src/libvpb -vpbconf: LDLIBS += -lvpb +vpbconf: LDLIBS += -lvpb -lstdc++ vpbconf: vpbconf.o ifeq ($(LIB_TYPE),shared) vpbconf: LDFLAGS += -Wl,-rpath-link,$(top_builddir)/src/libtoneg