Hi Jelmer,

> 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?

metze

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to