diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-13 20:13:00 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-13 20:15:41 +1000 |
commit | 367ba43b63eacb2bffaf8c53c77a343481482939 (patch) | |
tree | c484b1d97e20209e7d77cfa07b92c0e87913b6c5 /buildtools | |
parent | 42505df161bacc24b6f0bf72baee6995c51a260b (diff) | |
download | samba-367ba43b63eacb2bffaf8c53c77a343481482939.tar.gz samba-367ba43b63eacb2bffaf8c53c77a343481482939.tar.bz2 samba-367ba43b63eacb2bffaf8c53c77a343481482939.zip |
tdb-waf: added build of manpages and config options for RPM build
Building a RPM from the fedora spec file now works with minimal changes
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/wafsamba/samba_autoconf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/samba_autoconf.py b/buildtools/wafsamba/samba_autoconf.py index cbb10a27ca..9d0229e147 100644 --- a/buildtools/wafsamba/samba_autoconf.py +++ b/buildtools/wafsamba/samba_autoconf.py @@ -534,6 +534,7 @@ def CHECK_FUNCS_IN(conf, list, library, mandatory=False, checklibc=False, def IN_LAUNCH_DIR(conf): '''return True if this rule is being run from the launch directory''' return os.path.realpath(conf.curdir) == os.path.realpath(Options.launch_dir) +Options.Handler.IN_LAUNCH_DIR = IN_LAUNCH_DIR @conf |