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.
crossperl
Christian Wiese 17 years ago committed by Alejandro Mery
parent
commit
3ed90fe974
  1. 7
      develop/git/git.conf
  2. 2
      develop/git/git.desc

7
develop/git/git.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../git/git.conf
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2007 - 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -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
if pkginstalled asciidoc; then
var_append makeopt ' ' 'doc'
var_append makeinstopt ' ' 'install-doc'

2
develop/git/git.desc

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

Loading…
Cancel
Save