mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
fixes for the linux build script
git-svn-id: svn://localhost/ardour2/branches/3.0@13070 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c623cfe0f3
commit
36946dd1c2
1 changed files with 1 additions and 4 deletions
|
|
@ -87,9 +87,6 @@ if test x$STRIP != xall -a x$STRIP != xnone -a x$STRIP != xsome ; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Error out whenever possible
|
|
||||||
set -e
|
|
||||||
|
|
||||||
release_version=`grep -m 1 '^VERSION' ../../wscript | awk '{print $3}' | sed "s/'//g"`
|
release_version=`grep -m 1 '^VERSION' ../../wscript | awk '{print $3}' | sed "s/'//g"`
|
||||||
svn_version=`grep -m 1 'svn_revision =' ../../libs/ardour/svn_revision.cc | cut -d"'" -f 2`
|
svn_version=`grep -m 1 'svn_revision =' ../../libs/ardour/svn_revision.cc | cut -d"'" -f 2`
|
||||||
echo "Version is $release_version / $svn_version"
|
echo "Version is $release_version / $svn_version"
|
||||||
|
|
@ -450,7 +447,7 @@ while [ true ] ; do
|
||||||
# reset RPATH so that the runtime linker never looks
|
# reset RPATH so that the runtime linker never looks
|
||||||
# in places we don't want it to
|
# in places we don't want it to
|
||||||
#
|
#
|
||||||
patchelf --set-rpath $Libraries $Libraries/`basename $dep`
|
chrpath -r foo $Libraries/`basename $dep`
|
||||||
if echo $dep | grep -sq '^/' ; then
|
if echo $dep | grep -sq '^/' ; then
|
||||||
# absolute path, candidate for stripping
|
# absolute path, candidate for stripping
|
||||||
deplibs="$deplibs $base"
|
deplibs="$deplibs $base"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue