view src/librsb-2-config.patch @ 6530:8ea9085d1f80

of-control: Fix compatibility with Octave 9. * src/of-control-2-octave-9-compat.patch: Add patch that replaces functions and classes that have been deprecated in Octave 7 and removed from Octave 9. * dist-files.mk: Add new file to list.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 17 Nov 2022 10:40:12 +0100
parents 86edd6018826
children
line wrap: on
line source

--- librsb-1.3.0.1/librsb-config.in.orig	2022-04-28 19:17:05.000000000 +0200
+++ librsb-1.3.0.1/librsb-config.in	2022-10-15 14:10:34.827545946 +0200
@@ -16,7 +16,7 @@
 includedir="@includedir@/"
 ldflags="@LDFLAGS@"
 # Note: if using -lrsbpp explicitly and -stdc++ is there, optional -lasan needs to precede -stdc++ (in RSB_RSBPP_LIBS)
-libs="-lrsb"
+libs="-lrsb -lz"
 extra_libs="@LIBS@ @OPENMP_CFLAGS@ @LIBRSB_MKL_LIBS@ @RSB_RSBPP_LIBS@"
 all_libs="-lrsb"
 fclibs="@FCLIBS@"