diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-21 07:08:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:58:59 -0500 |
commit | dab516d3e72360a10962d37a06df6aee33b1a63f (patch) | |
tree | 9161fd6fbe309b1c0a723d6d7a4591250ddbd8f8 /source4/build | |
parent | d64ccc01769ce274c74d8458f9ef81cdcc8986f6 (diff) | |
download | samba-dab516d3e72360a10962d37a06df6aee33b1a63f.tar.gz samba-dab516d3e72360a10962d37a06df6aee33b1a63f.tar.bz2 samba-dab516d3e72360a10962d37a06df6aee33b1a63f.zip |
r14603: Fix building of ejs modules as shared libs
Fix calling of ejs_exception() without requiring --export-dynamic
(This used to be commit 8575e9a4903450aae1f29f55aae516085a9528bb)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/config_mk.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm index 41e90c33b7..a3cc42b1e7 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -44,6 +44,8 @@ my $section_types = { "REQUIRED_SUBSYSTEMS" => "list", + "ALIASES" => "list", + "ENABLE" => "bool", "OUTPUT_TYPE" => "string", |