cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl on win infected by GPL?

From: Dave Halbakken <YetAnotherDev_at_netscape.net>
Date: Mon, 11 Nov 2002 15:47:23 -0800

Daniel Stenberg wrote:

> I'd welcome the changes. As Mumit Khan's mail confirmed, we need to replace
> that file.

Actually I don't think we need the file at all (at least not with VC6):
makefile.vc6 doesn't reference dllinit.c. Here's a patch (hope I got
this right) removing the other references:

diff -u C:/curl-7.10.2-pre4/lib/Makefile.am
C:/patched_curl-7.10.2-pre4/lib/Makefile.am
--- C:/curl-7.10.2-pre4/lib/Makefile.am 2002-10-21 07:49:42.000000000 -0700
+++ C:/patched_curl-7.10.2-pre4/lib/Makefile.am 2002-11-11
15:29:57.000000000 -0800
@@ -5,7 +5,7 @@
  AUTOMAKE_OPTIONS = foreign nostdinc

  EXTRA_DIST = getdate.y Makefile.b32 Makefile.b32.resp Makefile.m32 \
- Makefile.vc6 Makefile.riscos libcurl.def dllinit.c curllib.dsp \
+ Makefile.vc6 Makefile.riscos libcurl.def curllib.dsp \
         curllib.dsw config-vms.h config-win32.h config-riscos.h
config-mac.h \
         config.h.in ca-bundle.crt README.encoding README.memoryleak

diff -u C:/curl-7.10.2-pre4/lib/Makefile.in
C:/patched_curl-7.10.2-pre4/lib/Makefile.in
--- C:/curl-7.10.2-pre4/lib/Makefile.in 2002-10-31 13:37:16.000000000 -0800
+++ C:/patched_curl-7.10.2-pre4/lib/Makefile.in 2002-11-11
15:30:10.000000000 -0800
@@ -112,7 +112,7 @@
  AUTOMAKE_OPTIONS = foreign nostdinc

  EXTRA_DIST = getdate.y Makefile.b32 Makefile.b32.resp Makefile.m32 \
- Makefile.vc6 Makefile.riscos libcurl.def dllinit.c curllib.dsp \
+ Makefile.vc6 Makefile.riscos libcurl.def curllib.dsp \
         curllib.dsw config-vms.h config-win32.h config-riscos.h
config-mac.h \
         config.h.in ca-bundle.crt README.encoding README.memoryleak

diff -u C:/curl-7.10.2-pre4/lib/curllib.dsp
C:/patched_curl-7.10.2-pre4/lib/curllib.dsp
--- C:/curl-7.10.2-pre4/lib/curllib.dsp 2002-09-05 09:07:02.000000000 -0700
+++ C:/patched_curl-7.10.2-pre4/lib/curllib.dsp 2002-11-11
15:21:20.000000000 -0800
@@ -111,10 +111,6 @@
  # End Source File
  # Begin Source File

-SOURCE=.\dllinit.c
-# End Source File
-# Begin Source File
-
  SOURCE=.\easy.c
  # End Source File
  # Begin Source File
Only in C:/curl-7.10.2-pre4/lib: dllinit.c

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Received on 2002-11-12