Set CURLDIR via $configure_env in the git template, otherwise it won't

find the curl headers/lib.

--HG--
extra : convert_revision : e0a6bae386b15528f32502d84e730621713b0ee1
This commit is contained in:
Juan RP 2008-10-03 17:38:50 +02:00
parent 9078783ed1
commit 0869d755ca
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ pkgname=git-1.6.0.2
extract_sufx=".tar.bz2"
url=http://www.kernel.org/pub/software/scm/git
build_style=gnu_configure
configure_env="CURLDIR=$PKGFS_MASTERDIR"
configure_args="--with-shell=/bin/sh --with-perl=$PKGFS_MASTERDIR/bin/perl
--with-curl --without-tcltk --with-expat"
make_cmd="$PKGFS_MASTERDIR/bin/gmake"