Changed 'Requires' to 'Requires.private'.
Only static builds need to link against the crypto libs.
This commit is contained in:
parent
e887a8bd0f
commit
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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user