git: updated to 1.2.5, enabled custom CFLAGS
This commit is contained in:
parent
0561681787
commit
9cfc3cde16
@ -1 +1 @@
|
||||
4ddb476031d76614a0a5ab625c516972 git-1.2.4.tar.bz2
|
||||
ef33e2b1f4d37452b7aa24f34bce5159 git-1.2.5.tar.bz2
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user