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)
commitda832afe9455211d1d27cdf46d40b2879f2da313
treeff30cefe14f21dca94ca83f4b6e6440ed7763b97
parent9a85acefcf1d2726264d9aec4aa3e8b61ceaf5cb
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]