Oden Eriksson <[EMAIL PROTECTED]> writes: > On Sundayen den 4 November 2001 12.44, Alexander Skwar wrote: > > > > How can I build a RPM but have the binaries be NOT stripped, ie. > > /usr/lib/rpm/brp-strip (or even /usr/lib/rpm/brp-mandrake) should not be > > run? > > Taken from the latest redhat kernel spec file: > > # disable build root strip policy > %define __spec_install_post /usr/lib/rpm/brp-compress || :
and for special cases, use export EXCLUDE_FROM_STRIP="ocamldebug ocamlbrowser" (from ocaml.spec)
