Subject: Re: PKG_OPTIONS and avoiding PKG_SUGGESTED_OPTIONS
To: None <tech-pkg@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-pkg
Date: 08/04/2005 19:47:50
On Thu, Aug 04, 2005 at 12:37:12PM -0500, Peter Eisch wrote:
>
> How can I specify an entry in mk.conf that will keep any options for getting
> picked up (when they don't need to be).
>
> My particular problem starts with mk.conf having:
>
> PKG_OPTIONS.clamav =
>
> But when I build clamav, it picks up:
>
> PKG_SUGGESTED_OPTIONS= curl
PKG_OPTIONS.clamav= -curl
Joerg