CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
git: Updated to 1.6.6.1.
[attic/ports/opt-cross.git] / git / Pkgfile
index 91386091485b3cffc6e8efdfedf36ea124a43c97..75929f90abb56d147dde29501c29325241e64d7c 100644 (file)
@@ -6,7 +6,7 @@
 # Nice to have: tk
 
 name=git
-version=1.6.5.5
+version=1.6.6.1
 release=1
 source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2)
 
@@ -17,8 +17,9 @@ build() {
   # investigate whether there's a better way.
   sed -i -e '23,24d' -e '26d' perl/Makefile.PL
 
-  make CFLAGS="$CFLAGS" prefix=/usr gitexecdir=/usr/lib/git-core \
-       DESTDIR=$PKG install
+  make CC="$CC" CFLAGS="$CFLAGS -I$CLFS/usr/include" \
+       prefix=/usr gitexecdir=/usr/lib/git-core \
+       DESTDIR=$PKG install 
 
   cd $SRC