1
1

Changed 'Requires' to 'Requires.private'.

Only static builds need to link against the crypto libs.
Этот коммит содержится в:
Guenter Knauf 2012-04-23 12:33:08 +02:00
родитель e887a8bd0f
Коммит 9c4b380dd6

Просмотреть файл

@ -11,7 +11,7 @@ Name: libssh2
URL: http://www.libssh2.org/ URL: http://www.libssh2.org/
Description: Library for SSH-based communication Description: Library for SSH-based communication
Version: @LIBSSH2VER@ Version: @LIBSSH2VER@
Requires: @LIBSREQUIRED@ Requires.private: @LIBSREQUIRED@
Libs: -L${libdir} -lssh2 @LDFLAGS@ @LIBS@ Libs: -L${libdir} -lssh2 @LDFLAGS@ @LIBS@
Libs.private: @LIBS@ Libs.private: @LIBS@
Cflags: -I${includedir} Cflags: -I${includedir}