1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

waf: go back to the previous method of handling .inst. rules

the change broke the library linkages for some library, as spotted by
Brad
This commit is contained in:
Andrew Tridgell 2010-11-08 15:45:18 +11:00
parent e427f2fc81
commit 8759523295

View File

@ -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