kumquat-buildroot/package/casync/Config.in
Yair Ben-Avraham f580f58f94 package/casync: new package
Signed-off-by: Yair Ben-Avraham <yairba@protonmail.com>
[yann.morin.1998@free.fr:
  - correctly fix build without lzma in an upstreamable fashion
  - actually fix the build without udev
  - depend on udev, not libudev (which does not exist)
  - don't use += for the first variable assignment to _CONF_OPTS
  - explicitly disable unsupported fuzz options
  - add explicit optiopnal support for bash-completion
  - drop useless comments about "features" and "booleans"
  - fix alphabetical order in DEVELOPERS
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-01-10 11:47:11 +01:00

14 lines
386 B
Plaintext

config BR2_PACKAGE_CASYNC
bool "casync"
depends on BR2_TOOLCHAIN_USES_GLIBC # scandirat() is not implemented by musl and uclibc-ng
select BR2_PACKAGE_ACL
select BR2_PACKAGE_LIBCURL
select BR2_PACKAGE_OPENSSL
help
Content-Addressable Data Synchronization Tool
https://github.com/systemd/casync
comment "casync needs a glibc toolchain"
depends on !BR2_TOOLCHAIN_USES_GLIBC