Re: [chrony-dev] What Linux distributions include Chrony?

2009-11-22 Thread Jonathan Cameron
John Hasler wrote: > I'm going to add a "download" page to the Website explaining, among > other things, that many Linux distributions make Chrony packages > available in their repositories. I know that Debian, Fedora, Mandriva, > Ubuntu, and Slackware have Chrony packages. Others? Gentoo. ---

Re: [chrony-dev] Build scripts.

2009-11-05 Thread Jonathan Cameron
Miroslav Lichvar wrote: > On Wed, Nov 04, 2009 at 06:10:31PM +0000, Jonathan Cameron wrote: >> The other nasty in the current build scripts is that don't really allow for >> cross compiling. > > What's missing? I think running configure with appropriate CC sho

Re: [chrony-dev] Build scripts.

2009-11-04 Thread Jonathan Cameron
Jonathan Cameron wrote: > Miroslav Lichvar wrote: >> On Tue, Nov 03, 2009 at 06:35:43PM +, Jonathan Cameron wrote: >>>> Can you elaborate on what is needed to build it on the system? >>> Sure. The current problem is that the script is not making it easy to pass &

Re: [chrony-dev] Build scripts.

2009-11-04 Thread Jonathan Cameron
Miroslav Lichvar wrote: > On Tue, Nov 03, 2009 at 06:35:43PM +0000, Jonathan Cameron wrote: >>> Can you elaborate on what is needed to build it on the system? >> Sure. The current problem is that the script is not making it easy to pass in >> the linker parameter --hash-sty

Re: [chrony-dev] Build scripts.

2009-11-04 Thread Jonathan Cameron
Miroslav Lichvar wrote: > On Tue, Nov 03, 2009 at 06:35:43PM +0000, Jonathan Cameron wrote: >>> Can you elaborate on what is needed to build it on the system? >> Sure. The current problem is that the script is not making it easy to pass in >> the linker parameter --hash-sty

[chrony-dev] Allow LD_FLAGS to be used in linking

2009-11-03 Thread Jonathan Cameron
This is the easiest way of getting the build to work with --hash-type=gnu Signed-off-by: Jonathan Cameron --- Whilst I don't think this should do anyone any harm, I could well be wrong. diff --git a/Makefile.in b/Makefile.in index b4b3fb5..147e598 100644 --- a/Makefile.in +++ b/Makefi

Re: [chrony-dev] Build scripts.

2009-11-03 Thread Jonathan Cameron
Miroslav Lichvar wrote: > On Tue, Nov 03, 2009 at 03:51:04PM +0000, Jonathan Cameron wrote: >> Anyhow the purpose of this email is to assess peoples views on changing >> the current hand rolled configure scripts for some that are more flexible >> and less likely to cause

[chrony-dev] Build scripts.

2009-11-03 Thread Jonathan Cameron
Dear All, Whilst I've been using Chrony for some time, I haven't previously done any development of the code beyond small hacks to get cross compiling to work on particular setups. Anyhow the purpose of this email is to assess peoples views on changing the current hand rolled configure scripts fo