]> git.pld-linux.org Git - packages/curl.git/blob - curl-so.patch
- added progress-fix.patch (release 4)
[packages/curl.git] / curl-so.patch
1 ;
2 ; don't patch Makefile.am because new autoconf is required to make it working
3 ;
4 diff -urN curl-7.8.org/lib/Makefile.in curl-7.8/lib/Makefile.in
5 --- curl-7.8.org/lib/Makefile.in        Sat Jun 16 22:55:04 2001
6 +++ curl-7.8/lib/Makefile.in    Sat Jun 16 23:03:27 2001
7 @@ -101,7 +101,7 @@
8  
9  INCLUDES = -I$(top_srcdir)/include
10  
11 -libcurl_la_LDFLAGS = -version-info 2:0:1
12 +libcurl_la_LDFLAGS = -version-info 2:1:0
13  # This flag accepts an argument of the form current[:revision[:age]]. So,
14  # passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
15  # 1.
This page took 0.048383 seconds and 3 git commands to generate.