cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: New overnight build changes

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Thu, 17 Mar 2005 13:11:30 -0800

On Wed, Mar 16, 2005 at 11:40:40PM +0100, Daniel Stenberg wrote:
> Yes, I believe my changes to testcurl.pl broke the Netware builds. But all
> I did was attempting to treat 'targetos' as TARGET only, and not
> necessarily build os as well.
>
> I'd of course appreciate of one of the Netware guys could check it out and
> see if they have a good idea on a fix.

Netware builds have their own makefile which generates its own config.h
file internally, so I think this patch is all that's needed:

diff -u -r1.26 testcurl.pl
--- tests/testcurl.pl 17 Mar 2005 09:44:09 -0000 1.26
+++ tests/testcurl.pl 17 Mar 2005 21:08:45 -0000
@@ -130,6 +130,7 @@
     $libext = '.a' if ($targetos =~ /mingw32/);
   }
   elsif ($targetos =~ /netware/) {
+ $configurebuild = 0;
     $binext = '.nlm';
     $libext = '.lib';
   }

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
Received on 2005-03-17