Skip to content
  • Tim-Philipp Müller's avatar
    tests: use LDADD for libs to link to instead of LDFLAGS · cc04850b
    Tim-Philipp Müller authored
    Use foo_LDADD instead of foo_LDFLAGS to specify the libraries to link to.
    This should make sure arguments are passed to the linker in the right
    order, and makes LDFLAGS usable again.
    
    Based on patch by Brian Cameron <brian.cameron@oracle.com>
    
    Fixes #615697.
    cc04850b