]> git.pld-linux.org Git - packages/cgit.git/commitdiff
- updated to 0.8.2
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 14 Feb 2009 23:14:03 +0000 (23:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cgit-system-git.patch -> 1.2

cgit-system-git.patch

index 33f2991ad26ab01ad944f13ed272c95026c6d996..a237060aa8abfc23f27edc37475cb4109e5b98be 100644 (file)
@@ -2,13 +2,13 @@ diff -burN cgit-0.8.1.orig/Makefile cgit-0.8.1/Makefile
 --- cgit-0.8.1.orig/Makefile   2008-12-10 09:59:24.000000000 +0100
 +++ cgit-0.8.1/Makefile        2008-12-10 10:03:03.000000000 +0100
 @@ -6,6 +6,7 @@
- SHA1_HEADER = <openssl/sha.h>
- GIT_VER = 1.6.0.2
+ GIT_VER = 1.6.1.1
  GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2
+ INSTALL = install
 +LIBDIR = /usr/lib
  
+ # Define NO_STRCASESTR if you don't have strcasestr.
  #
- # Let the user override the above settings.
 @@ -46,7 +47,7 @@
        $(QUIET_CC)$(CC) -o $*.o -c $(CFLAGS) $<
  
@@ -19,7 +19,7 @@ diff -burN cgit-0.8.1.orig/Makefile cgit-0.8.1/Makefile
  OBJECTS += cache.o
  OBJECTS += cgit.o
 @@ -97,17 +98,13 @@
-       CFLAGS += -DNO_ICONV
+       CFLAGS += -DNO_STRCASESTR
  endif
  
 -cgit: $(OBJECTS) libgit
@@ -31,8 +31,8 @@ diff -burN cgit-0.8.1.orig/Makefile cgit-0.8.1/Makefile
  -include $(OBJECTS:.o=.d)
  
 -libgit:
--      $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) libgit.a
--      $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) xdiff/lib.a
+-      $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) NO_CURL=1 libgit.a
+-      $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) NO_CURL=1 xdiff/lib.a
 -
  test: all
        $(QUIET_SUBDIR0)tests $(QUIET_SUBDIR1) all
This page took 0.074485 seconds and 4 git commands to generate.