Browse Source

git: Marked as cross-compileable when requested

Note: For being able to cross-compile git we have to omit check for
      formatted IO functions support C99 size specifiers, by using
      a config cache tweak, asuming that the support is available.
user/amery/cross
Christian Wiese 17 years ago committed by Alejandro Mery
parent
commit
7fd1f9e84b
  1. 5
      develop/git/git.conf
  2. 2
      develop/git/git.desc

5
develop/git/git.conf

@ -12,6 +12,11 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
if atstage cross; then
# omit check for formatted IO functions support C99 size specifiers
var_append configcache ' ' "ac_cv_c_c99_format=yes"
fi
# disable git-gui if there is no tcl/tk support
if ! pkginstalled tk; then
var_append extraconfopt ' ' "--without-tcltk"

2
develop/git/git.desc

@ -27,6 +27,6 @@
[L] GPL
[S] Stable
[V] 1.7.2.3
[P] X -----5---9 209.700
[P] X -?---5---9 209.700
[D] 4072940637 git-1.7.2.3.tar.bz2 http://www.kernel.org/pub/software/scm/git/

Loading…
Cancel
Save