]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
iputils: disable on older uclibc versions
authorRyan Barnett <ryanbarnett3@gmail.com>
Sat, 22 Feb 2014 20:49:00 +0000 (21:49 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 22 Feb 2014 21:00:32 +0000 (22:00 +0100)
commit50c33ad125e84f6df485b85ef10c9dd6b73ae7ea
tree6b3f0ddb4ee33afd8c14fe9460aaf25766df3455
parent35787b822dad01c837893b5c3fa9c25b72f0da4c
iputils: disable on older uclibc versions

Disable when using a uclibc version before 0.9.33 since dn_comp
function support was added in this version. Also disabling on AVR32
since any AVR32 toolchain will be based on a uclibc version older
than 0.9.33 (for using an external AVR32 toolchain).

[Peter: use dn_comp instead of __dn_comp]
Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/iputils/Config.in