tags 625308 +patch
thanks

It appears this bug was misreported and a linker error was the cause not a compiler warning.

A modified debian/rules file is attatched that makes the package build again.
#!/usr/bin/make -f

export LDFLAGS += -lglib-2.0 -lgobject-2.0

%:
        dh $@

override_dh_auto_configure:
        ln -sf /usr/share/misc/config.sub .
        ln -sf /usr/share/misc/config.guess .
        autoconf
        dh_auto_configure

override_dh_auto_clean:
        rm -f config.sub
        rm -f config.guess
        dh_auto_clean   

Reply via email to