On Mon, 2010-05-31 at 09:46 +0200, Stefan (metze) Metzmacher wrote:
> > diff --git a/lib/talloc/wscript b/lib/talloc/wscript
> > index 3a87506..61930f6 100644
> > --- a/lib/talloc/wscript
> > +++ b/lib/talloc/wscript
> > @@ -60,14 +60,14 @@ def build(bld):
> > abi_file='ABI/talloc-%s.sigs' % VERSION,
> > abi_match='talloc* _talloc*',
> > hide_symbols=True,
> > - vnum=VERSION)
> > + vnum=VERSION, is_bundled=True)
> >
> > # should we also install the symlink to libtalloc1.so here?
> > bld.SAMBA_LIBRARY('talloc-compat1',
> > 'compat/talloc_compat1.c',
> > deps='talloc',
> > enabled = bld.env.TALLOC_COMPAT1,
> > - vnum=VERSION)
> > + vnum=VERSION, is_bundled=True)
> >
>
> shouldn't we use 'not bld.env.standalone_talloc' instead of 'True'
> here too?
That's a good point, thanks. Fixed in master.Cheers, Jelmer
signature.asc
Description: This is a digitally signed message part
