![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
Author: tilman Date: 2006-04-05 08:19:26 +0200 (Wed, 05 Apr 2006) New Revision: 1149 Modified: crux-2.2/ports/opt/git/.md5sum crux-2.2/ports/opt/git/Pkgfile Log: git: updated to 1.2.5, enabled custom CFLAGS Modified: crux-2.2/ports/opt/git/.md5sum =================================================================== --- crux-2.2/ports/opt/git/.md5sum 2006-04-04 22:13:20 UTC (rev 1148) +++ crux-2.2/ports/opt/git/.md5sum 2006-04-05 06:19:26 UTC (rev 1149) @@ -1 +1 @@ -4ddb476031d76614a0a5ab625c516972 git-1.2.4.tar.bz2 +ef33e2b1f4d37452b7aa24f34bce5159 git-1.2.5.tar.bz2 Modified: crux-2.2/ports/opt/git/Pkgfile =================================================================== --- crux-2.2/ports/opt/git/Pkgfile 2006-04-04 22:13:20 UTC (rev 1148) +++ crux-2.2/ports/opt/git/Pkgfile 2006-04-05 06:19:26 UTC (rev 1149) @@ -4,13 +4,13 @@ # Depends on: openssl, curl name=git -version=1.2.4 +version=1.2.5 release=1 source=(http://www.kernel.org/pub/software/scm/$name/$name-$version.tar.bz2) build () { cd $name-$version - make prefix=/usr + make CFLAGS="$CFLAGS" prefix=/usr make prefix=/usr DESTDIR=$PKG install }