package/rpi-userland: don't install file in random location
[buildroot-gz.git] / package / lrzsz / Config.in
blob1b5da148715c419b5a2b936ec35c1cbc391ec80d
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.
13           http://www.ohse.de/uwe/software/lrzsz.html
15 comment "lrzsz needs a toolchain w/ dynamic library"
16         depends on BR2_STATIC_LIBS