Subject: Re: wuftpd and NetBSD 2.0 BETA
To: None <rmk@rmkhome.com>
From: Martin Husemann <martin@duskware.de>
List: port-sparc64
Date: 09/22/2004 08:55:46
On Wed, Sep 22, 2004 at 12:51:24AM -0600, Rick Kelly wrote:
> 2. Figure out how to hack /usr/src to produce static binaries.

Try:

   cd /usr/src/bin/ls && make LDSTATIC=-static USETOOLS=never

So what you see is a consequence of the move to full dynamic / between
NetBSD 1.6 and 2.0. Maybe all ftpd pkgs should display a prominent warning.

Martin