summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/output.pl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-06-07 18:31:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:36 -0500
commit6e14c2cc00d6ac206d7e8cd025e961d88d4a9e47 (patch)
treef4224efb30e3cd29d477b8a99759ceb3cc91a873 /source4/build/smb_build/output.pl
parentc0871cb0c13599039f4e8243bd8d60d472653930 (diff)
downloadsamba-6e14c2cc00d6ac206d7e8cd025e961d88d4a9e47.tar.gz
samba-6e14c2cc00d6ac206d7e8cd025e961d88d4a9e47.tar.bz2
samba-6e14c2cc00d6ac206d7e8cd025e961d88d4a9e47.zip
r1073: import DYNEXP flags to smb_build
and use @{$SMB_BUILD_CTX->{BUILD_ENV}{LD}{DYNEXP}} for the flags I'll use this for all vars which are currently using AC_SUBST(), so we can skip Makefile.in... (this should fix the build on us4...) metze (This used to be commit 798cbed5a328bd773447f1ee0b4f6ea751062e7e)
Diffstat (limited to 'source4/build/smb_build/output.pl')
-rw-r--r--source4/build/smb_build/output.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/output.pl b/source4/build/smb_build/output.pl
index 99a0eddb43..0ee456bff6 100644
--- a/source4/build/smb_build/output.pl
+++ b/source4/build/smb_build/output.pl
@@ -212,7 +212,7 @@ sub _generate_binaries($)
}
# Export all symbols...
- push(@LINK_FLAGS,"\@DYNEXP\@");
+ push(@LINK_FLAGS,@{$CTX->{BUILD_ENV}{LD}{DYNEXP}});
#
# set the lists