Skip to content

Commit f6d2eb3

Browse files
committed
Correct the dependency for guile and don't install bdw-gc with @rpath.
1 parent 7ce2cc0 commit f6d2eb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modulesets/gnucash.modules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@
210210
</after>
211211
</cmake>
212212

213-
<cmake id="bdw-gc" autogen-sh="configure"
214-
cmakeargs="-Denable_large_config">
213+
<cmake id="bdw-gc"
214+
cmakeargs="-Denable_large_config=true -DCMAKE_MACOSX_RPATH=true -DCMAKE_INSTALL_NAME_DIR=&quot;${JHBUILD_PREFIX}/lib&quot; -DCMAKE_INSTALL_LIBDIR:PATH=lib">
215215
<branch repo="github-tarball"
216216
module="ivmai/bdwgc/releases/download/v8.2.6/gc-8.2.6.tar.gz"
217217
version="82.6"/>
@@ -277,7 +277,7 @@
277277
<dep package="aqbanking"/>
278278
<dep package="boost"/>
279279
<dep package="googletest"/>
280-
<dep package="guile22"/>
280+
<dep package="guile30"/>
281281
<dep package="iso-codes"/>
282282
<dep package="libdbi-drivers"/>
283283
<dep package="libofx"/>

0 commit comments

Comments
 (0)