summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_install.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-08 15:45:18 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-08 15:46:27 +1100
commit87595232951cf4d6fe5e3bd9ebdc71f1442b581c (patch)
tree5a4ddd91315740c13c059fb897014136de47560c /buildtools/wafsamba/samba_install.py
parente427f2fc813d96a59fc3a98f6a94df209c301d2b (diff)
downloadsamba-87595232951cf4d6fe5e3bd9ebdc71f1442b581c.tar.gz
samba-87595232951cf4d6fe5e3bd9ebdc71f1442b581c.tar.bz2
samba-87595232951cf4d6fe5e3bd9ebdc71f1442b581c.zip
waf: go back to the previous method of handling .inst. rules
the change broke the library linkages for some library, as spotted by Brad
Diffstat (limited to 'buildtools/wafsamba/samba_install.py')
-rw-r--r--buildtools/wafsamba/samba_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_install.py b/buildtools/wafsamba/samba_install.py
index bf534f0c6f..0196bd9535 100644
--- a/buildtools/wafsamba/samba_install.py
+++ b/buildtools/wafsamba/samba_install.py
@@ -83,7 +83,7 @@ def install_library(self):
# install link. That stops us from overwriting the existing build
# target, which has different ldflags
self.done_install_library = True
- t = self
+ t = self.clone('default')
t.posted = False
t.target += '.inst'
self.env.RPATH = build_ldflags