"Daniel P. Berrange" <berrange@redhat.com>
wrote on 05/05/2010 11:33:15 AM:
>
> Also need to wire up the %{with_nwfilter} arg to the %configure call
>
> eg,
>
> %if ! %{with_nwfilter}
> %define _without_nwfilter --without-nwfilter
> %endif
>
>
> %configure \
> ...snip...
> %{?_without_nwfilter} \
It's not an option for the user to configure so that
parameter cannot currently be passed and understood by configure. I did
this similar to how 'secrets' is handled.
Stefan