gnucash unstable: [MacOS] Change CMake installed names to absolute paths from @rpath/...

John Ralls jralls at code.gnucash.org
Sun Oct 15 16:26:31 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/91a2ee45 (commit)
	from  https://github.com/Gnucash/gnucash/commit/14eafd8a (commit)



commit 91a2ee45254454626b10b36ca65d73da0740b968
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Oct 15 13:22:29 2017 -0700

    [MacOS] Change CMake installed names to absolute paths from @rpath/...
    
    gtk-mac-bundler can't access the executable's rpath list so it can't
    follow dependencies if they're not in $install_dir/lib from @rpath.
    Autotools always sets absolute path install names so this should have no
    adverse affects on other Mac builds.



Summary of changes:
 CMakeLists.txt                                       | 3 ++-
 gnucash/gnome-search/CMakeLists.txt                  | 4 ++++
 gnucash/gnome-utils/CMakeLists.txt                   | 4 ++++
 gnucash/html/CMakeLists.txt                          | 4 ++++
 gnucash/import-export/CMakeLists.txt                 | 4 ++++
 gnucash/import-export/aqb/CMakeLists.txt             | 4 ++++
 gnucash/import-export/bi-import/CMakeLists.txt       | 4 ++++
 gnucash/import-export/csv-exp/CMakeLists.txt         | 4 ++++
 gnucash/import-export/csv-imp/CMakeLists.txt         | 4 ++++
 gnucash/import-export/customer-import/CMakeLists.txt | 4 ++++
 gnucash/import-export/log-replay/CMakeLists.txt      | 4 ++++
 gnucash/import-export/ofx/CMakeLists.txt             | 4 ++++
 gnucash/import-export/qif-imp/CMakeLists.txt         | 4 ++++
 gnucash/import-export/qif/CMakeLists.txt             | 4 ++++
 gnucash/register/ledger-core/CMakeLists.txt          | 4 ++++
 gnucash/register/register-core/CMakeLists.txt        | 4 ++++
 gnucash/register/register-gnome/CMakeLists.txt       | 4 ++++
 gnucash/report/locale-specific/us/CMakeLists.txt     | 4 ++++
 gnucash/report/report-gnome/CMakeLists.txt           | 4 ++++
 gnucash/report/report-system/CMakeLists.txt          | 4 ++++
 gnucash/report/stylesheets/CMakeLists.txt            | 4 ++++
 libgnucash/app-utils/CMakeLists.txt                  | 8 ++++++++
 libgnucash/backend/dbi/CMakeLists.txt                | 4 ++++
 libgnucash/backend/xml/CMakeLists.txt                | 4 ++++
 libgnucash/engine/CMakeLists.txt                     | 4 ++++
 libgnucash/tax/us/CMakeLists.txt                     | 4 ++++
 26 files changed, 106 insertions(+), 1 deletion(-)



More information about the gnucash-patches mailing list