On 25 February 2014 16:42, Peter Maydell <peter.mayd...@linaro.org> wrote: > On 25 February 2014 16:36, Paolo Bonzini <pbonz...@redhat.com> wrote: >> gmodule-2.0's pkg-config files include -Wl,--export-dynamic, which breaks >> static builds. It is a glib bug, but we need to support --static builds for >> the linux-user targets, and in the end all that is needed to fix this is: >> >> * outlaw --enable-modules --static, which makes little sense anyway >> >> * only include gmodule-2.0's cflags and ldflags if --enable-modules is >> specified on the command line. >> >> Reported-by: Peter Maydell <peter.mayd...@linaro.org> >> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > > Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> > > This does indeed fix the problem; I'll apply it to master > later today since it's a build-fix.
Applied, thanks. -- PMM