stan wrote: > From the man page for rpmbuild: > """ > --with OPTION > Enable configure OPTION for build. > > --without OPTION > Disable configure OPTION for build. > """ > > Does adding the option --without _enable_debug_packages to the end > of the rpmbuild line work? If it does, you could just disable any > other debug options above that you don't want the same way. The --with/--without arguments toggle conditions set via %bcond_with and %bcond_without. So that won't do what Robin wants. More details on --with/--without are here: http://rpm.org/user_doc/conditional_builds.html -- Todd ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ There is no end to the laws, and no beginning to the execution of them. -- Mark Twain
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx