2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_LRZSZ
|
2004-12-26 08:36:59 +01:00
|
|
|
bool "lrzsz"
|
2015-08-07 13:04:58 +02:00
|
|
|
# It could technically build in a static-only environment, but
|
|
|
|
# it unconditionally redefines the error() and error_at_line()
|
|
|
|
# functions, which clashes with the definition from
|
|
|
|
# uClibc. Since the autotools packaging dates back from 1998,
|
|
|
|
# lots of work is needed to fix it, and do some proper tests
|
|
|
|
# on the availability of such functions.
|
|
|
|
depends on !BR2_STATIC_LIBS
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-12-26 08:36:59 +01:00
|
|
|
Portable and fast implementation of the X/Y/Zmodem protocols.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-26 08:36:59 +01:00
|
|
|
http://www.ohse.de/uwe/software/lrzsz.html
|
2015-08-07 13:04:58 +02:00
|
|
|
|
|
|
|
comment "lrzsz needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|