bcond_with on RHEL4 missing?

Patrice Dumas pertusus at free.fr
Wed Jul 25 13:50:04 UTC 2007


On Wed, Jul 25, 2007 at 01:46:28PM +0200, Patrice Dumas wrote:
> Hello,
> 

I solved it, one has to use:

%define with()         %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
%define without()      %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
%define bcond_with()           %{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
%define bcond_without()        %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}

--
Pat




More information about the epel-devel-list mailing list