GNOME Bugzilla – Bug 549688
libbtctl 0.10.0 fails at parallel make: error in Makefile.am
Last modified: 2010-11-07 20:09:07 UTC
Please describe the problem: When using parallel make (make -jN with N > 1), libbtctl fails because the Makefile.am is broken and passes the libs to link to as LDFLAGS instead of LIBS (this also causes further problems with --as-needed, but that's not the point right now). I'm going to attach a patch to fix this. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 117512 [details] [review] Patch to fix.
Really need to kill it...
2008-08-28 Bastien Nocera <hadess@hadess.net> * src/Makefile.am: Patch from Diego Pettenò <flameeyes@gentoo.org> to fix make -jX (Closes: #549688)