components/curl/patches/001-Makefile.in.patch
changeset 959 7f6554cdc568
parent 958 efa0beed8229
child 960 63899757c390
equal deleted inserted replaced
958:efa0beed8229 959:7f6554cdc568
     1 --- lib/Makefile.in	2010-10-01 13:49:18.000000000 -0700
       
     2 +++ lib/Makefile.in	2010-10-18 08:05:00.803406622 -0700
       
     3 @@ -364,7 +364,7 @@
       
     4  @USE_EMBEDDED_ARES_TRUE@           -I$(top_builddir)/ares         \
       
     5  @USE_EMBEDDED_ARES_TRUE@           -I$(top_srcdir)/ares
       
     6  
       
     7 -@SONAME_BUMP_FALSE@VERSIONINFO = -version-info 6:0:2
       
     8 +@SONAME_BUMP_FALSE@VERSIONINFO = -version-info 3:0:0
       
     9  
       
    10  #
       
    11  # Bumping of SONAME conditionally may seem like a weird thing to do, and yeah
       
    12 @@ -375,7 +375,7 @@
       
    13  #
       
    14  # This conditional soname bump SHOULD be removed at next "proper" bump.
       
    15  #
       
    16 -@SONAME_BUMP_TRUE@VERSIONINFO = -version-info 7:0:2
       
    17 +@SONAME_BUMP_TRUE@VERSIONINFO = -version-info 3:0:0
       
    18  
       
    19  # This flag accepts an argument of the form current[:revision[:age]]. So,
       
    20  # passing -version-info 3:12:1 sets current to 3, revision to 12, and age to