Re: How to know about with-options?

2003-12-08 Thread Michael Schloh von Bennewitz
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

Re: How to know about with-options?

2003-12-08 Thread Michael Schloh von Bennewitz
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

Re: How to know about with-options?

2003-12-08 Thread alexb
Looking at the source of pureftpd and issuing ./configure --help I got: [EMAIL PROTECTED] pure-ftpd-1.1.0]# ./configure --help `configure' configures this package to adapt to many kinds of systems. Usage: ./configure [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC,

Re: How to know about with-options?

2003-12-08 Thread Michael Schloh von Bennewitz
On Mon, Dec 08, 2003, [EMAIL PROTECTED] wrote: Looking at the source of pureftpd and issuing ./configure --help I got: [EMAIL PROTECTED] pure-ftpd-1.1.0]# ./configure --help `configure' configures this package to adapt to many kinds of systems. Usage: ./configure [OPTION]... [VAR=VALUE]...

Re: How to know about with-options?

2003-12-08 Thread Michael Schloh von Bennewitz
On Mon, Dec 08, 2003, [EMAIL PROTECTED] wrote: I do not understand enouth of rpm build .spec file, but I took a look at pure-ftpd.spec where I got: %build if [ ! -f configure ]; then CFLAGS=$RPM_OPT_FLAGS ./autogen.sh --prefix=%{prefix} \ %if %{con_pam} --with-pam \ %endif [...]

How to know about with-options ?

2003-12-05 Thread alexb
I know that some pakages could be build with some extra ption that I beleave could be passed to the rpm --rebuild package.src.rpm --with-XXX=my_option. How can I find out what avaiable option a specific package has ? Is ther some rpm option that list them from .spec ? And if I build a package

Re: How to know about with-options ?

2003-12-05 Thread Michael van Elst
On Fri, Dec 05, 2003 at 10:05:15AM -0800, Bill Campbell wrote: And if I build a package whith a desired option (--with-ldap) when OpenPKG release an update would the openpkg tool be smart enouth to rebuild the new package with the same option ? Only if it's in your ~/.openpkg/build file