xref: /OK3568_Linux_fs/buildroot/package/lrzsz/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
13	  http://www.ohse.de/uwe/software/lrzsz.html
14
15comment "lrzsz needs a toolchain w/ dynamic library"
16	depends on BR2_STATIC_LIBS
17