[SCM] Samba Shared Repository - branch master updated

Stefan (metze) Metzmacher metze at samba.org
Mon May 31 01:46:00 MDT 2010


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20100531/050aabf9/attachment.pgp>


More information about the samba-technical mailing list