summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-30 00:00:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:18 -0500
commit20b3b0f2e316f1689ea30e1901d97bdf86a71fa0 (patch)
treeaa43662af4350d1717fb27fcb8e882499f802869 /source4/build
parentf7c86b912dd8033837a8411c7b99c9436de079c0 (diff)
downloadsamba-20b3b0f2e316f1689ea30e1901d97bdf86a71fa0.tar.gz
samba-20b3b0f2e316f1689ea30e1901d97bdf86a71fa0.tar.bz2
samba-20b3b0f2e316f1689ea30e1901d97bdf86a71fa0.zip
r15338: Fix build of most things with shared libs enabled.
(This used to be commit 8985093d3fba90287bd739aaaa0fbfdadca2b999)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/TODO3
-rw-r--r--source4/build/smb_build/output.pm2
2 files changed, 3 insertions, 2 deletions
diff --git a/source4/build/smb_build/TODO b/source4/build/smb_build/TODO
index 148abd6eda..086f62b869 100644
--- a/source4/build/smb_build/TODO
+++ b/source4/build/smb_build/TODO
@@ -3,7 +3,8 @@
- include extra_flags.txt using Makefile construction if
supported by current make
- make --enable-dso the default
- - fix module loading for selftest during non-developer builds
+- fix shared module loading for selftest during non-developer builds without install
+- remove recursive dependency between LIBSOCKET, LIBCLI_NBT and LIBCLI_RESOLVE
- clearer distinction between dcerpc and ndr. seperate interface tables?
- saner names for:
libcli.so.0.0.1 (rename to libsmb?)
diff --git a/source4/build/smb_build/output.pm b/source4/build/smb_build/output.pm
index 52a7f1b639..351dff521a 100644
--- a/source4/build/smb_build/output.pm
+++ b/source4/build/smb_build/output.pm
@@ -33,7 +33,7 @@ sub generate_shared_library($)
my $lib_name;
$lib->{DEPEND_LIST} = [];
- push(@{$lib->{LINK_FLAGS}}, "\$($lib->{TYPE}_$lib->{NAME}\_OBJ_LIST)");
+ push(@{$lib->{LINK_FLAGS}}, "\$($lib->{TYPE}_$lib->{NAME}\_FULL_OBJ_LIST)");
$link_name = lc($lib->{NAME});
$lib_name = $link_name;