cc6c85c build: fix ordering of linker flags

1 file Authored by Jan Engelhardt 10 years ago, Committed by jhrozek 10 years ago,
1 file changed. 34 lines added. 32 lines removed.
    build: fix ordering of linker flags
    
    Libraries MUST be specified in LDADD/LIBADD, not LDFLAGS, because
    LDFLAGS appear earlier in the command line and library order is
    significant.
    
        
file modified
+34 -32