ipkg-build calls 'find' directly irrespective of the platform, this causes failure...
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)
commit65d4a5eaab4b08c7a84521f46fed1852f875448a
treec58bbddc29daedf240e2abb81801d90d04f18a1b
parent067a1fe3b68360f3d0f5d5900c738fb7605497c4
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]