Sometimes, the answer in not on the first 5 pages of google.... http://lists.cistron.nl/pipermail/freeradius-devel/2004-May/007186.html
Raimund Sacherer wrote: > is there an easy way to create a package (i use the debian package > management) with the files for debugging instead of the stripped once? Copy the following line in your shell: DEB_BUILD_OPTIONS=nostrip fakeroot dpkg-buildpackage -- Nicolas Baradakis -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of K. Hoercher Sent: Wednesday, October 11, 2006 2:06 AM To: FreeRadius users mailing list Subject: Re: Windows Vista doing PEAP Hi On 10/10/06, King, Michael <[EMAIL PROTECTED]> wrote: > I'm assuming it built it that way. > > Anways, here's what I got following those direcitons (Which is what > leads me to think the symbols go stripped) If you look at or around line 188, there should be dh_strip, which normally does live up to its name, i.e. stripping binaries off what it considers "unneeded symbols". For building a "debugging" package let DEB_BUILD_OPTIONS contain "nostrip". Uh, on a side note the ifeq/endif construct around seems unneeded to me, as dh_strip should honor "nostrip" internally. regards K. Hoercher - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html