summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-06-27 17:48:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:53:29 -0500
commit8ece71f26e9c2a758ed27b4188d4247b0d679aa2 (patch)
treea60a698cc6841b0090fbf3e97678d2071cd8a604 /source4
parentd5b212caf4cffbd7ce53249bf831ca91ccc5e92d (diff)
downloadsamba-8ece71f26e9c2a758ed27b4188d4247b0d679aa2.tar.gz
samba-8ece71f26e9c2a758ed27b4188d4247b0d679aa2.tar.bz2
samba-8ece71f26e9c2a758ed27b4188d4247b0d679aa2.zip
r23635: fix the samba4 build...
we need a bit more work to get linking of shared libraries completely right... metze (This used to be commit 31cbb9ff9f347f0f0fb50150527bad6ff06e0ebd)
Diffstat (limited to 'source4')
-rw-r--r--source4/build/smb_build/makefile.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 4d119b1eaa..8c6e17a551 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -314,7 +314,8 @@ sub SharedLibrary($$)
$self->_prepare_list($ctx, "FULL_OBJ_LIST");
}
$self->_prepare_list($ctx, "DEPEND_LIST");
- $self->_prepare_list_ex($ctx, "LINK_FLAGS", "-Wl,--whole-archive", "-Wl,--no-whole-archive");
+ $self->_prepare_list($ctx, "LINK_FLAGS");
+# $self->_prepare_list_ex($ctx, "LINK_FLAGS", "-Wl,--whole-archive", "-Wl,--no-whole-archive");
push(@{$self->{all_objs}}, "\$($ctx->{TYPE}_$ctx->{NAME}_FULL_OBJ_LIST)");