mån 2014-05-19 klockan 10:09 +0200 skrev Mikhail Gusarov: > --- a/libssh2.pc.in > +++ b/libssh2.pc.in > @@ -12,6 +12,6 @@ URL: http://www.libssh2.org/ > Description: Library for SSH-based communication > Version: @LIBSSH2VER@ > Requires.private: @LIBSREQUIRED@ > -Libs: -L${libdir} -lssh2 @LDFLAGS@ @LIBS@ > +Libs: -L${libdir} -lssh2
If there is linker flags or libs that is not needed then those should perhaps not be there in the first place? libssh do require a number of other libraries, and you can not omit those here without causing applications to fail linking. Regards Henrik _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
