diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-23 10:00:48 -0400 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:01 +1000 |
commit | 3e84e10daf7282c61b6a557a8e97af84d8ab3e15 (patch) | |
tree | b56a41be1d50c736c9464339a6c9bc336b400e4b /lib/replace/wscript | |
parent | 9730166fd6111160dc7925785317208f94fc677c (diff) | |
download | samba-3e84e10daf7282c61b6a557a8e97af84d8ab3e15.tar.gz samba-3e84e10daf7282c61b6a557a8e97af84d8ab3e15.tar.bz2 samba-3e84e10daf7282c61b6a557a8e97af84d8ab3e15.zip |
build: finer grained rpath checking for binary/install
Diffstat (limited to 'lib/replace/wscript')
-rw-r--r-- | lib/replace/wscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index 39e75c06c7..d8d690f5e1 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -374,8 +374,6 @@ def configure(conf): def build(bld): - bld.set_rpath() - # libreplace needs to put the library in the right build groups # as libreplace is a base library for everything, even for our # compilers, we need libreplace to build very early |