On Mon, May 19, 2014 at 4:25 PM, Henrik Nordström < [email protected]> wrote:
If there is linker flags or libs that is not needed then those should > perhaps not be there in the first place? > Linker flags needed to build libssh2 itself are not identical to those which needed to be passed to dependent software. > libssh do require a number of other libraries, and you can not omit > those here without causing applications to fail linking. > In the world of ELF (and even Mach-O) one can. That's why Libs and Libs.private keys exist, latter only exposed if one asks pkg-config to provide options for static linking.
_______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
