Config.in 616 B

12345678910111213141516
  1. config BR2_PACKAGE_LRZSZ
  2. bool "lrzsz"
  3. # It could technically build in a static-only environment, but
  4. # it unconditionally redefines the error() and error_at_line()
  5. # functions, which clashes with the definition from
  6. # uClibc. Since the autotools packaging dates back from 1998,
  7. # lots of work is needed to fix it, and do some proper tests
  8. # on the availability of such functions.
  9. depends on !BR2_STATIC_LIBS
  10. help
  11. Portable and fast implementation of the X/Y/Zmodem protocols.
  12. http://www.ohse.de/uwe/software/lrzsz.html
  13. comment "lrzsz needs a toolchain w/ dynamic library"
  14. depends on BR2_STATIC_LIBS