On 2014/09/08 21:08, Landry Breuil wrote:
> On Mon, Sep 08, 2014 at 09:01:52PM +0200, Henrik Friedrichsen wrote:
> > 
> > On 09/08/2014 08:32 PM, Stuart Henderson wrote:
> > >In general: anything which configure scripts might pick up should
> > >either be listed as a dependency, or explicitly disabled.
> > This port does not use autoconf. The error message mentioned is printed by
> > the script which detects whether libexecinfo is present in order to turn
> > on/off a preprocessor switch which disables the relevant code. Is this still
> > problematic?
> 
> Yes, it's problematic because we need predictable builds that dont
> depend on the random presence of some dependencies - thus, either we
> need to say we depend on libexecinfo and mark LIB_DEPENDS as such

Using libexecinfo would need more than LIB_DEPENDS, need patching the
build infra to add -lexecinfo where appropriate too. Probably easier to
just disable for now.

Updated tgz attached. Fixes:

- standard port Makefile ordering / clean WANTLIB
- fix license marker (gplv3 or newer -> GPLv3+)
- don't hide compiler command lines
- don't force -O2 -g -pipe

this version is ok with me.

Attachment: dwb.tgz
Description: application/tar-gz

Reply via email to