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