ipkg-build calls 'find' directly irrespective of the platform,
authorFlorian Fainelli <florian@openwrt.org>
Fri, 8 Aug 2008 21:33:53 +0000 (21:33 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 8 Aug 2008 21:33:53 +0000 (21:33 +0000)
commit5835ff69ee418f518db7ae7cea6c8aa51139217b
tree9d0853d73fe7b987a52c021518e9398b07858692
parent1b3f2c315a13ffe98c7afe407c3406937eab1cf7
ipkg-build calls 'find' directly irrespective of the platform,
this causes failure in case gnu-find specific options are used
(such as "-uid +99").

The attached diff, which creates tools/ipkg-utils/patches/160-find.patch,
fixes the problem by using gfind is available. Again, this is similar
to what is done in include/host.mk. (#3868)

Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it>
SVN-Revision: 12247
tools/ipkg-utils/patches/160-find.patch [new file with mode: 0644]