Re: [tcpdump-workers] [PATCH] small cross-compile fix

2005-11-09 Thread David Smith
Guy, have you had any chance to look at this again? On Thu, 2005-09-22 at 09:42 -0500, David Smith wrote: > On Wed, 2005-09-21 at 21:27, Guy Harris wrote: > > On Sep 21, 2005, at 2:13 PM, David Smith wrote: > > > > > OK, here's a cleaner solution. It does this the "right" way using a > > > cache

Re: [tcpdump-workers] [PATCH] small cross-compile fix

2005-09-22 Thread David Smith
On Wed, 2005-09-21 at 21:27, Guy Harris wrote: > On Sep 21, 2005, at 2:13 PM, David Smith wrote: > > > OK, here's a cleaner solution. It does this the "right" way using a > > cached config variable. > > So should that be applied to the configure.in *before* your previous > patch? > > If so, d

Re: [tcpdump-workers] [PATCH] small cross-compile fix

2005-09-21 Thread Guy Harris
On Sep 21, 2005, at 2:13 PM, David Smith wrote: OK, here's a cleaner solution. It does this the "right" way using a cached config variable. So should that be applied to the configure.in *before* your previous patch? If so, does it mean that there's no need to have the user say where th

Re: [tcpdump-workers] [PATCH] small cross-compile fix

2005-09-21 Thread David Smith
On Wed, 2005-09-21 at 11:47, Guy Harris wrote: > David Smith wrote: > > > At first I tried to do this the "right" way of using a cached configure > > variable, but the ac_cv_ssleay_path code is a bit too complicated for > > that, since it actually sets two variables - ac_cv_ssleay_path and > > inc

Re: [tcpdump-workers] [PATCH] small cross-compile fix

2005-09-21 Thread Guy Harris
David Smith wrote: At first I tried to do this the "right" way of using a cached configure variable, but the ac_cv_ssleay_path code is a bit too complicated for that, since it actually sets two variables - ac_cv_ssleay_path and incdir. So, this Xprefix change is a bit of a hack, but not *too* g

Re: [tcpdump-workers] [PATCH] small cross-compile fix

2005-09-20 Thread David Smith
Thanks for the response. See stuff below. On Mon, 2005-09-19 at 23:42, Guy Harris wrote: > David Smith wrote: > > A problem with cross-compiling tcpdump is that it isn't possible to > > override the finding the location of the SSLeay libraries/headers. The > > small attached patch fixes this. >

Re: [tcpdump-workers] [PATCH] small cross-compile fix

2005-09-19 Thread Guy Harris
David Smith wrote: A problem with cross-compiling tcpdump is that it isn't possible to override the finding the location of the SSLeay libraries/headers. The small attached patch fixes this. So how do you override that? I don't see where Xprefix is getting set, other than in that code. - Th

[tcpdump-workers] [PATCH] small cross-compile fix

2005-09-14 Thread David Smith
A problem with cross-compiling tcpdump is that it isn't possible to override the finding the location of the SSLeay libraries/headers. The small attached patch fixes this. -- David Smith [EMAIL PROTECTED] Red Hat, Inc. http://www.redhat.com 256.217.0141 (direct) 256.837.0057 (fax) --- tcpdump-20