On Wed, Jun 16, 2010 at 10:19 AM, Richard Tobin <rich...@inf.ed.ac.uk> wrote:
> I want to build a port with an extra configure option.  Specifically,
> I want to build squid3 with the --enable-useragent-log option.
>
> After some searching around, it appeared that
>
>  port install squid3 configure.args-append=--enable-useragent-log
>
> ought to do it, but it seems to have no effect.  The argument is
> not passed to configure.
>

Would:

port install squid3 configure.args=--enable-useragent-log

work?  configure.args is a keyword with default of none.

Scott
_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to