summaryrefslogtreecommitdiffstats
path: root/package/sshfs/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/sshfs/Config.in')
-rw-r--r--package/sshfs/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/sshfs/Config.in b/package/sshfs/Config.in
index aa7628dca2..43701a7c2e 100644
--- a/package/sshfs/Config.in
+++ b/package/sshfs/Config.in
@@ -9,7 +9,7 @@ config BR2_PACKAGE_SSHFS
depends on BR2_USE_WCHAR # glib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse, glib2
depends on BR2_USE_MMU # libfuse, glib2
- depends on !BR2_PREFER_STATIC_LIB # libfuse
+ depends on !BR2_STATIC_LIBS # libfuse
help
FUSE filesystem client based on the SSH File Transfer Protocol.
@@ -17,4 +17,4 @@ config BR2_PACKAGE_SSHFS
comment "sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library"
depends on BR2_USE_MMU
- depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
+ depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
OpenPOWER on IntegriCloud