a64776 link mode: do not respect -disable-static without -rpath.

1 file Authored by Felix Janda 7 years ago, Committed by midipix 7 years ago,
    link mode: do not respect -disable-static without -rpath.
    
    When no -rpath argument is provided we cannot build a dynamic
    library. To match gnu libtool's behavior, build in this case a
    static library even if -disable-static has been specified.
    
        
file modified
+2 -1