ipkg-build calls 'find' directly irrespective of the platform,
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 8 Aug 2008 21:33:53 +0000 (21:33 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 8 Aug 2008 21:33:53 +0000 (21:33 +0000)
commit191849c5b3d816b4048eacba53076d67d23776d4
tree9d0853d73fe7b987a52c021518e9398b07858692
parent822443a35ae092fdacd70843eba89ffa5145855a
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12247 3c298f89-4303-0410-b956-a3cf2f4a3e73
tools/ipkg-utils/patches/160-find.patch [new file with mode: 0644]