diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-06-05 20:33:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:33 -0500 |
commit | 7aa5a5de59d18a13ff2fe902c9b9a6c3754215a8 (patch) | |
tree | 3cbccfc476cfced0b5f77ba0178ff123ca14222c /source4/build/smb_build | |
parent | bd54b891c1595fbf4ae8f99eaacc297591cb4689 (diff) | |
download | samba-7aa5a5de59d18a13ff2fe902c9b9a6c3754215a8.tar.gz samba-7aa5a5de59d18a13ff2fe902c9b9a6c3754215a8.tar.bz2 samba-7aa5a5de59d18a13ff2fe902c9b9a6c3754215a8.zip |
r1037: Always export all symbols
(This used to be commit 0209dce1eb9c62c0e454906d9ba015d8c5f5abf6)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/output.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/build/smb_build/output.pl b/source4/build/smb_build/output.pl index 524972f454..99a0eddb43 100644 --- a/source4/build/smb_build/output.pl +++ b/source4/build/smb_build/output.pl @@ -211,6 +211,9 @@ sub _generate_binaries($) push(@LINK_FLAGS,@{$CTX->{DEPEND}{EXT_LIBS}{$elem}{LDFLAGS}}); } + # Export all symbols... + push(@LINK_FLAGS,"\@DYNEXP\@"); + # # set the lists # |