From 0869d755ca35567b8d430f51d00feb6b5f599455 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 3 Oct 2008 17:38:50 +0200 Subject: [PATCH] Set CURLDIR via $configure_env in the git template, otherwise it won't find the curl headers/lib. --HG-- extra : convert_revision : e0a6bae386b15528f32502d84e730621713b0ee1 --- templates/git-1.6.0.2.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/git-1.6.0.2.tmpl b/templates/git-1.6.0.2.tmpl index db6c6e3bb19..19be8b892fb 100755 --- a/templates/git-1.6.0.2.tmpl +++ b/templates/git-1.6.0.2.tmpl @@ -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"