On 07 Oct 2003 17:03:01 -0700 Stephen Arnold wrote: > My rpm command line is: > > rpm -ba --define 'xflags --enable-https > --enable-workarounds-for-imap-client-bugs' courier.spec > > Now, I read the INSTALL doc and other stuff, and it did say that "make > check" would fail with the above options, and to do the "check" part > first without the options, then configure again and build with these > options. > > How does this help when building rpms? It seems to me it's impossible > to build an rpm (with the above options) if "make check" always fails. > > What is the work-around I'm missing? I don't remember what I did last > time (on the other machine) but I didn't run into this issue. > > Can somebody please enlighten > me?
If you want to build RPMs with --enable-workarounds-for-imap-client-bugs then you have to edit the spec file and remove the "make check" line. There's nothing else to do. -- Anand Buddhdev ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
