diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-11-11 23:14:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:25:27 -0500 |
commit | 273d5f866653db0190c334c086bbfbd88d0ac3cb (patch) | |
tree | 5da840ac10a6e5d25759f35c5d76c26065d0cef9 /source4/lib | |
parent | 547eef2cf1a7a279a3be81736f475120785af2ef (diff) | |
download | samba-273d5f866653db0190c334c086bbfbd88d0ac3cb.tar.gz samba-273d5f866653db0190c334c086bbfbd88d0ac3cb.tar.bz2 samba-273d5f866653db0190c334c086bbfbd88d0ac3cb.zip |
r19671: Fix remaining unresolved symbols in shared library build.
Fix starting tests in shared library build.
(This used to be commit 3b65a0d6e491a57ed216dc0cd9c31d46e0cb6a35)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/cmdline/config.mk | 2 | ||||
-rw-r--r-- | source4/lib/compression/mszip.c | 2 | ||||
-rw-r--r-- | source4/lib/util/config.mk | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/source4/lib/cmdline/config.mk b/source4/lib/cmdline/config.mk index f8502596fa..8f2591bad6 100644 --- a/source4/lib/cmdline/config.mk +++ b/source4/lib/cmdline/config.mk @@ -12,4 +12,4 @@ PUBLIC_DEPENDENCIES = LIBPOPT PRIVATE_PROTO_HEADER = popt_credentials.h OBJ_FILES = popt_credentials.o PUBLIC_DEPENDENCIES = CREDENTIALS_KRB5 LIBCMDLINE_CREDENTIALS LIBPOPT - +PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL diff --git a/source4/lib/compression/mszip.c b/source4/lib/compression/mszip.c index 7a6371528c..c25fb99b7f 100644 --- a/source4/lib/compression/mszip.c +++ b/source4/lib/compression/mszip.c @@ -641,7 +641,7 @@ static int32_t Zipinflate_block(struct decomp_state *decomp_state, int32_t *e) return 2; } -struct decomp_state *ZIPdecomp_state(TALLOC_CTX *mem_ctx) +_PUBLIC_ struct decomp_state *ZIPdecomp_state(TALLOC_CTX *mem_ctx) { return talloc_zero(mem_ctx, struct decomp_state); } diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk index 5d3e2cc4ca..4f3a17d505 100644 --- a/source4/lib/util/config.mk +++ b/source4/lib/util/config.mk @@ -29,7 +29,8 @@ OBJ_FILES = xfile.o \ module.o PUBLIC_DEPENDENCIES = \ LIBTALLOC LIBCRYPTO \ - SOCKET_WRAPPER EXT_NSL + SOCKET_WRAPPER EXT_NSL \ + CHARSET [SUBSYSTEM::UNIX_PRIVS] PRIVATE_PROTO_HEADER = unix_privs.h |