GNOME Bugzilla – Bug 624245
stray '\' in program
Last modified: 2010-07-16 20:15:22 UTC
PKGCONFIG file exports cflags in a way that causes later syntax error if flag used in C program. for example nautilus-ideviceinfo build fails due that. sample error is here: https://bugs.launchpad.net/ubuntu/+bug/592758/comments/1 and proposed fix: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mobile-broadband-provider-info/pkgconfig-quote.patch?rev=1.1;content-type=text/plain
sorry, i completely forgot to mention package name-version: mobile-broadband-provider-info-20100510.tar.bz2
55459c73049debe4935d3b89c8927a6f12d535b4 thanks!