mirror of https://gitee.com/openkylin/libssh2.git
[PATCH] Do not expose private libraries nor link flags to users of libssh2
Reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747417 Gbp-Pq: Name 0001-Do-not-expose-private-libraries-nor-link-flags-to-us.patch
This commit is contained in:
parent
8a647b231e
commit
861b1bc86b
|
@ -12,6 +12,6 @@ URL: https://www.libssh2.org/
|
||||||
Description: Library for SSH-based communication
|
Description: Library for SSH-based communication
|
||||||
Version: @LIBSSH2VER@
|
Version: @LIBSSH2VER@
|
||||||
Requires.private: @LIBSREQUIRED@
|
Requires.private: @LIBSREQUIRED@
|
||||||
Libs: -L${libdir} -lssh2 @LIBS@
|
Libs: -L${libdir} -lssh2
|
||||||
Libs.private: @LIBS@ -lgpg-error
|
Libs.private: @LIBS@ -lgpg-error
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in New Issue