From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Seiderer Date: Tue, 30 Mar 2021 22:39:21 +0200 Subject: [Buildroot] [PATCH v1] package/haveged: bump version to 1.9.14 In-Reply-To: <20210330222326.5ef6482e@windsurf.home> References: <20210321205908.10167-1-ps.report@gmx.net> <20210330222326.5ef6482e@windsurf.home> Message-ID: <20210330223921.5bd7beba@gmx.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Thomas, On Tue, 30 Mar 2021 22:23:26 +0200, Thomas Petazzoni wrote: > Hello Peter, > > Thanks for this patch! > > On Sun, 21 Mar 2021 21:59:08 +0100 > Peter Seiderer wrote: > > > - change to set all available configure options: > > > > * '--enable-daemon=yes': previous default > > > > * '--enable-diagnostic=no': previous default > > > > * '-enable-init=no': do not install init files as buildroot ships its > > own sysv/systemd init files > > > > * '--enable-nistest=no': disable tests, previous default > > > > * '--enable-enttest=no': new option, disable tests > > > > * '--enable-olt=no': previous default was yes, disable builtin test > > > > * '--enable-tune=yes': previous default > > Do you have any reason for using --enable-=yes/no instead of the > standard --enable- / --disable- we use everywhere in > Buildroot ? No special reason other than following the style of the one pre-existent option in haveged.mk (see [1])... But will test the enable/disable style and re-iterate the patch... > > > +# patch touchign configure.ac > > ^^ minor typo Ups..., will fix it... > > (I would have fixed myself, but I have the other question > enable/disable options). Regards, Peter [1] https://git.buildroot.net/buildroot/tree/package/haveged/haveged.mk#n14 > > Thanks! > > Thomas