summaryrefslogtreecommitdiff
path: root/dynconfig/wscript
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-08-25 23:59:46 +0200
committerKarolin Seeger <kseeger@samba.org>2014-11-17 21:21:12 +0100
commit89cc025df619d7dbe3ef5c019da8659b5d63455c (patch)
tree2c594895959328abbf42bec59686a2b70f3d4a9b /dynconfig/wscript
parentf839d6cdf8809c6ba62d45805c4109ab41f4ea76 (diff)
downloadsamba-89cc025df619d7dbe3ef5c019da8659b5d63455c.tar.gz
dynconfig: implement PERL_LIB_INSTALL_DIR.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10472 Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit e5d54c5841c003d55960458da29635b3656884df)
Diffstat (limited to 'dynconfig/wscript')
-rwxr-xr-xdynconfig/wscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/dynconfig/wscript b/dynconfig/wscript
index 1be6aaa872e..1304bd3faa5 100755
--- a/dynconfig/wscript
+++ b/dynconfig/wscript
@@ -111,6 +111,11 @@ dynconfig = {
'FHS-PATH': '${PYTHONARCHDIR}',
'OVERWRITE': True,
},
+ 'PERL_LIB_INSTALL_DIR' : {
+ 'STD-PATH': '${PERL_LIB_INSTALL_DIR}',
+ 'FHS-PATH': '${PERL_LIB_INSTALL_DIR}',
+ 'OVERWRITE': True,
+ },
'INCLUDEDIR' : {
'STD-PATH': '${INCLUDEDIR}',
'FHS-PATH': '${INCLUDEDIR}/samba-4.0',