git: configure as cross compiling
authorLuiz Angelo Daros de Luca <redacted>
Sun, 8 Mar 2015 05:32:02 +0000 (02:32 -0300)
committerLuiz Angelo Daros de Luca <redacted>
Sat, 14 Mar 2015 17:47:43 +0000 (14:47 -0300)
commite9eea7891049c42d255c87cc5b385e50799b9813
tree39be1441edb2f92094387b2579a9cec4a06fea7b
parent2ad3706813c21c1f65f4ed5bc910f3d36304ef6b
git: configure as cross compiling

Previously, ./configure was running checking local system and not
OpenWRT target. This would avoid any configure test about OpenWRT
libraries.

With a patch in configure, non cross-compiling-friend test are
ignored and Makefile can use default configure.

As side effect, git commands are now at /usr/lib/git-core and not
/usr/libexec/git-core.

Signed-off-by: Luiz Angelo Daros de Luca <redacted>
net/git/Makefile
net/git/patches/300-configure_for_crosscompiling [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT