1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/lib/util/charset
Sean Finney 0f8018676a Fix numerous missing dependencies in WAF build scripts
With the recent consolidation of code between s3 and s4, a number of new
dependencies have been implicitly introduced.  For example, previous s3
code gained an implicit dependency on talloc after the charset related
consolidation (lib/util/charset/charset.h now includes talloc.h).  When
building against the embedded version of talloc this isn't a problem
since the paths are automatically added to the search path, but when
building against the external libraries build failures will occur for
all components that don't directly or indirectly include talloc as
a dependency.

Since charset.h is included from util.h, which in turn is included from
includes.h, this means most of the codebase (s3 and s4) has such an
undeclared dependency.

Therefore, samba-util-common and samba-util have been added as
dependencies to the s3 and s4 code respectively, for all cases where
the source would otherwise fail to build.  Additionally, a few other
dependencies are added in specific wscript_build files to address
similar dependency-related problems.

https://bugzilla.samba.org/show_bug.cgi?id=8128

Signed-off-by: Sean Finney <seanius@seanius.net>
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Wed May 25 19:22:13 CEST 2011 on sn-devel-104
2011-05-25 19:22:13 +02:00
..
tests lib/util/charset Add tests for srclen=-1 behaviour. 2011-04-28 03:24:05 +02:00
charcnv.c lib/util/charset use convert_string.c in common 2011-04-28 03:24:05 +02:00
charset_macosxfs.c lib/util/charset: fix the toplevel MacOS X build. 2011-05-17 16:16:59 +02:00
charset.h lib/util/charset Move built-in charset modules to the top level 2011-05-13 18:50:23 +02:00
codepoints.c lib/util/charset Don't allow invalid 'dos charset = utf8' 2011-05-18 16:12:08 +02:00
convert_string.c lib/util/charset Add copyright headers 2011-04-28 04:13:44 +02:00
CP437.c lib/util/charset Move built-in charset modules to the top level 2011-05-13 18:50:23 +02:00
CP850.c lib/util/charset Move built-in charset modules to the top level 2011-05-13 18:50:23 +02:00
iconv.c lib/util/charset Make ASCII conversion validate it's input 2011-04-13 14:47:08 +10:00
pull_push.c lib/util/charset Merge talloc-based pull and push charset functions 2011-04-28 05:30:20 +02:00
util_str.c lib/util/charset use talloc_stackframe() rather than talloc_tos() 2011-05-18 16:12:08 +02:00
util_unistr_w.c lib/util/charset: Remove unused strcasecmp_w and strncasecmp_w 2011-05-18 17:22:15 +02:00
util_unistr.c lib/util/charset Use push_string and talloc_strupper/strlower from common code 2011-05-03 07:37:07 +02:00
weird.c lib/util/charset Move built-in charset modules to the top level 2011-05-13 18:50:23 +02:00
wscript_build Fix numerous missing dependencies in WAF build scripts 2011-05-25 19:22:13 +02:00
wscript_configure build: fix bad syntax 2010-12-14 20:55:17 +01:00