gnucash-on-osx master: Adjust boost script1.sh to fix rpaths beginning with @rpath.

John Ralls jralls at code.gnucash.org
Mon May 11 19:48:35 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/c9893d19 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/14975704 (commit)



commit c9893d19d118a120ec2cd684980de859ddf1f189
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon May 11 16:48:27 2020 -0700

    Adjust boost script1.sh to fix rpaths beginning with @rpath.

diff --git a/patches/boost-cmake.patch b/patches/boost-cmake.patch
index e9cd798..34f31f0 100644
--- a/patches/boost-cmake.patch
+++ b/patches/boost-cmake.patch
@@ -60,7 +60,7 @@ index e69de29..b53cf7a 100644
 +  "done; \n"
 +  "for i in ${CMAKE_INSTALL_PREFIX}/lib/libboost*.dylib; do \n"
 +     "\tfor j in $PREFIX/lib/libboost*.dylib; do \n"
-+        "\t\tinstall_name_tool -change `basename $i` $i $j; \n"
++        "\t\tinstall_name_tool -change "@rpath/$(basename $i)" $i $j; \n"
 +     "\tdone; \n"
 +  "done \n"
 +)



Summary of changes:
 patches/boost-cmake.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list