[package] lsof: cross-build properly
authorFlorian Fainelli <florian@openwrt.org>
Sun, 20 Feb 2011 16:04:02 +0000 (16:04 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 20 Feb 2011 16:04:02 +0000 (16:04 +0000)
commit390f9112923589266d2365c67c1300fd6cbf59e9
tree273a91747794ae64cc24ca3351221fb2c82a7eb0
parent40e224eeb2b898ee7073f245db8070ae03b469c5
[package] lsof: cross-build properly

I found that the lsof build was using the build host's ar and ranlib
instead of the target's. That's tolerable when the build host is
Linux/ELF. It's not so great when building on Mac OS X.

I also found that lsof was reporting that it was built with the native
compiler instead of the cross-compiler.

Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 25614
utils/lsof/Makefile
utils/lsof/patches/005-lsof_ccv.patch [new file with mode: 0644]