Subject: Re: PKG_OPTIONS and avoiding PKG_SUGGESTED_OPTIONS
To: Peter Eisch <peter@boku.net>
From: Juan RP <juan@xtrarom.org>
List: tech-pkg
Date: 08/04/2005 19:44:48
On Thu, 04 Aug 2005 12:37:12 -0500
Peter Eisch <peter@boku.net> 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
>
> While I appreciate the suggestion, I don't want to build it with
> libcurl. So I modify the Makefile, build, then manually make sure I
> get the new Makefile when the mail/clamav package is updated.
>
> What is the right way to skip the suggested options?
Try with PKG_OPTIONS.clamav=-curl