Home
last modified time | relevance | path

Searched hist:"5 f37e6d4a7b22ccf1bb8fa4eb35784d90ff78fbc" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dconfigure5f37e6d4a7b22ccf1bb8fa4eb35784d90ff78fbc Tue Jun 13 13:00:44 CDT 2017 Thomas Huth <thuth@redhat.com> configure: Fix build with pkg-config and --static --enable-sdl

The configure script prefers pkg-config over sdl-config, but
the "--static-libs" parameter only exists for the latter. With
pkg-config, "--static --libs" have to be used instead.

Buglink: https://bugs.launchpad.net/qemu/+bug/984516
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>