On Mon, Dec 08, 2003, Michael Schloh von Bennewitz wrote:
> On Mon, Dec 08, 2003, [EMAIL PROTECTED] wrote:
>> I cantt get a list for avaiable compile optons. If someone could show
>> me for example how to get the avaiable compile (--with_xxx) options for
>> purftpd. I know that at least ther should be something to enable ldap
>> authentication.
>>
>
> Here's how it looks for me:
>
> $ /cw/bin/rpm -qpi /tmp/pureftpd-1.1.0-1.3.0.src.rpm
>
> [...]
>
> Provides:
>     pureftpd::with_fsl = yes
>     pureftpd::with_pam = no
> $
>
As you see, there are already values (yes, no) assigned to
the provided options. The reason is that these are the default
values that will be used should the package be built without
giving any options on the command line.

  $ rpm --rebuild pureftpd-1.1.0-1.3.0.src.rpm

will therefore have the same effect as:

  $ rpm --rebuild --define 'with_fsl yes' --define 'with_pam no' \
    pureftpd-1.1.0-1.3.0.src.rpm

-- 
[EMAIL PROTECTED]
Development Team, Operations Northern Europe
Cable & Wireless Telecommunications Services GmbH

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to