summaryrefslogtreecommitdiffstats
path: root/buildtools
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-02-28 15:45:51 +0100
committerStefan Metzmacher <metze@samba.org>2014-03-06 09:59:42 +0100
commitc2d58c3c2059ef3d43f876df547cbc7256235563 (patch)
tree8453b18a275d3ba244900b96be0c0e8bae3b7dd7 /buildtools
parentc46aaf1102da5e8ba53e9f89f2f756fe8dce83c5 (diff)
downloadsamba-c2d58c3c2059ef3d43f876df547cbc7256235563.tar.gz
samba-c2d58c3c2059ef3d43f876df547cbc7256235563.tar.xz
samba-c2d58c3c2059ef3d43f876df547cbc7256235563.zip
Revert "waf: Add option to specify perl vendor dir."
This reverts commit 9b200555fec2e33da9521db388d1839375aa8d83. Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafadmin/Tools/perl.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/buildtools/wafadmin/Tools/perl.py b/buildtools/wafadmin/Tools/perl.py
index 90be8d89aa5..a6787a86ecf 100644
--- a/buildtools/wafadmin/Tools/perl.py
+++ b/buildtools/wafadmin/Tools/perl.py
@@ -103,14 +103,7 @@ def check_perl_ext_devel(conf):
else:
conf.env.ARCHDIR_PERL = read_out('print $Config{sitearch}')[0]
- conf.env.VENDORDIR_PERL = Options.options.perlvendordir
-
def set_options(opt):
opt.add_option("--with-perl-binary", type="string", dest="perlbinary", help = 'Specify alternate perl binary', default=None)
opt.add_option("--with-perl-archdir", type="string", dest="perlarchdir", help = 'Specify directory where to install arch specific files', default=None)
- opt.add_option("--with-perl-vendordir",
- type="string",
- dest="perlvendordir",
- help="Specify directory where to install perl vendor files",
- default='${DATAROOTDIR}/perl5/vendor_perl')