From 3e84e10daf7282c61b6a557a8e97af84d8ab3e15 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 23 Mar 2010 10:00:48 -0400 Subject: build: finer grained rpath checking for binary/install --- lib/replace/wscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/replace') 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 -- cgit