gnucash-on-osx master: Use CMAKE_INSTALL_PREFIX instead of PREFIX for boost rpath fix.

John Ralls jralls at code.gnucash.org
Fri May 22 15:01:21 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/38981f1b (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/5d232ff0 (commit)



commit 38981f1b5bec9ca3a16fae82c5b90020f1b4c7bf
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri May 22 12:00:54 2020 -0700

    Use CMAKE_INSTALL_PREFIX instead of PREFIX for boost rpath fix.

diff --git a/patches/boost-cmake.patch b/patches/boost-cmake.patch
index 34f31f0..06ca51f 100644
--- a/patches/boost-cmake.patch
+++ b/patches/boost-cmake.patch
@@ -59,7 +59,7 @@ index e69de29..b53cf7a 100644
 +     "\tinstall_name_tool -id $i $i; \n"
 +  "done; \n"
 +  "for i in ${CMAKE_INSTALL_PREFIX}/lib/libboost*.dylib; do \n"
-+     "\tfor j in $PREFIX/lib/libboost*.dylib; do \n"
++     "\tfor j in ${CMAKE_INSTALL_PREFIX}/lib/libboost*.dylib; do \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