From 367ba43b63eacb2bffaf8c53c77a343481482939 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 13 Apr 2010 20:13:00 +1000 Subject: 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 --- buildtools/wafsamba/samba_autoconf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'buildtools/wafsamba/samba_autoconf.py') 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 -- cgit