summaryrefslogtreecommitdiff
path: root/package/libssh2
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-03-05 17:04:19 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-03-05 19:11:29 +0100
commitf844ac4e67ef7fa87482064015c71030ab53c47a (patch)
tree84bfc9ae103118d44fc01401f340c5073d432f17 /package/libssh2
parent53b94db4d8cc46ab22699ca25f3d52364cad2fe9 (diff)
package: remove _gp issue workaround for Codesourcery nios2 toolchain
The _gp link issue has been fixed in CS nios2 2015.11. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libssh2')
-rw-r--r--package/libssh2/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libssh2/Config.in b/package/libssh2/Config.in
index ea4bb3b0b..017fd4061 100644
--- a/package/libssh2/Config.in
+++ b/package/libssh2/Config.in
@@ -1,8 +1,6 @@
config BR2_PACKAGE_LIBSSH2
bool "libssh2"
select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL
- # Triggers the _gp link issue
- depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
help
libssh2 is a client-side C library implementing the SSH2
protocol as defined by Internet Drafts: SECSH-TRANS(22),