I'm still a little green at this stuff: How do I add nostrip to DEB_BUILD_OPTIONS? Do I define it in the rules file? I found a reference on google to doing: DEB_BUILD_OPTIONS="set options here" fakeroot debian/rules binary -----Original Message----- From: freeradius-users-bounces+mking=bridgew.edu@lists.freeradius.org [mailto:freeradius-users-bounces+mking=bridgew.edu@lists.freeradius.org] 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 <MKing@bridgew.edu> 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