summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-06-12 20:19:20 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-06-12 20:19:20 +0000
commit449053aac4f6b68a3a0a9b96d0731c978337e590 (patch)
tree2c56f63fff5c9fc126e3d5097f900f7f51033753
parentd5a9c4057635b8a054966feabae51e0e0eae59a7 (diff)
chrpath should switch RPATH to a nonsense value
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12686 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 11b5e191ba..2bf9cc858b 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -434,7 +434,7 @@ while [ true ] ; do
# reset RPATH so that the runtime linker never looks
# in places we don't want it to
#
- chrpath -r $Libraries $Libraries/`basename $dep`
+ chrpath -r foobar $Libraries/`basename $dep`
if echo $dep | grep -sq '^/' ; then
# absolute path, candidate for stripping
deplibs="$deplibs $base"