]> git.pld-linux.org Git - packages/curl.git/commitdiff
fix so name
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 16 Jun 2001 21:21:56 +0000 (21:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl-so.patch -> 1.1

curl-so.patch [new file with mode: 0644]

diff --git a/curl-so.patch b/curl-so.patch
new file mode 100644 (file)
index 0000000..9221568
--- /dev/null
@@ -0,0 +1,15 @@
+;
+; don't patch Makefile.am because new autoconf is required to make it working
+;
+diff -urN curl-7.8.org/lib/Makefile.in curl-7.8/lib/Makefile.in
+--- curl-7.8.org/lib/Makefile.in       Sat Jun 16 22:55:04 2001
++++ curl-7.8/lib/Makefile.in   Sat Jun 16 23:03:27 2001
+@@ -101,7 +101,7 @@
+ INCLUDES = -I$(top_srcdir)/include
+-libcurl_la_LDFLAGS = -version-info 2:0:1
++libcurl_la_LDFLAGS = -version-info 2:1:0
+ # This flag accepts an argument of the form current[:revision[:age]]. So,
+ # passing -version-info 3:12:1 sets current to 3, revision to 12, and age to
+ # 1.
This page took 0.148066 seconds and 4 git commands to generate.