• M
    mingw: Fix symbol export · 38eb50ae
    Matthias Bolte 提交于
    In commit 98fb83ce I changed the
    version script handling. But it seems that I didn't test this properly
    and broke it. The .def file is passed to the compiler directly, but it
    should get passed to the linker instead.
    
    Set VERSION_SCRIPT_FLAGS to -Wl, to pass the .def file correctly to
    the linker.
    
    This fixes the undefined symbol errors while linking virsh.
    38eb50ae
configure.ac 71.4 KB