]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/git
git: update to 2.7.1
[people/mfischer/ipfire-2.x.git] / lfs / git
diff --git a/lfs/git b/lfs/git
index bbec140f4ecd77beccffafa2f0ba5563e6721a47..032907b7a71660e2f809d6d50d65e8e431d90c8e 100644 (file)
--- a/lfs/git
+++ b/lfs/git
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.4.4
+VER        = 2.7.1
 
 THISAPP    = git-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 847787cd0616d38b0e429ea85f558c31
+$(DL_FILE)_MD5 = eece7b1e87983271621a0cb6aab37a25
 
 install : $(TARGET)
 
@@ -78,13 +78,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure \
+               --with-gitconfig=/etc/gitconfig \
                --prefix=/usr \
                --with-libpcre \
                --with-curl \
                --with-expat
-
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
-
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)