diff options
Diffstat (limited to 'package/netcat-openbsd')
-rw-r--r-- | package/netcat-openbsd/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/netcat-openbsd/Config.in b/package/netcat-openbsd/Config.in index 16be610b09..47dfe5fd0b 100644 --- a/package/netcat-openbsd/Config.in +++ b/package/netcat-openbsd/Config.in @@ -19,6 +19,6 @@ config BR2_PACKAGE_NETCAT_OPENBSD https://packages.debian.org/sid/netcat-openbsd comment "netcat-openbsd needs an (e)glibc toolchain w/ threads" - depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS - depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_USES_GLIBC + depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS + depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_USES_GLIBC ~ |