[package] lsof: cross-build properly
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 20 Feb 2011 16:04:02 +0000 (16:04 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 20 Feb 2011 16:04:02 +0000 (16:04 +0000)
commit4f448f5e6a3c45f597e0411a0c008d2e4a90530d
tree273a91747794ae64cc24ca3351221fb2c82a7eb0
parent94d5565cca4c3230be4b2265d5c625c2639a2ce4
[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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25614 3c298f89-4303-0410-b956-a3cf2f4a3e73
utils/lsof/Makefile
utils/lsof/patches/005-lsof_ccv.patch [new file with mode: 0644]