Skip to content

Commit

Permalink
Merge branch 'fix-dlclose' into 'develop'
Browse files Browse the repository at this point in the history
fix undefined reference to symbol 'dlclose@@GLIBC_2.2.5'

See merge request Scientific-IT-Systems/gr!1349
  • Loading branch information
cfelder committed Oct 28, 2024
2 parents 502d4a9 + 076eeba commit cf08670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grm/grplot/grplot.pro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (macx) {
LIBS += -L$(GRDIR)/lib -lGRM -lGR -Wl,-rpath-link,$(GRDIR)/lib
}
if (exists($$THIRDPARTYDIR/lib/libicuuc.a)) {
LIBS += $$THIRDPARTYDIR/lib/libicuuc.a $$THIRDPARTYDIR/lib/libicudata.a
LIBS += $$THIRDPARTYDIR/lib/libicuuc.a $$THIRDPARTYDIR/lib/libicudata.a -ldl
}
# On every other system, the grplot executable is located in `$(GRDIR)/bin`
# and we need to resolve `libGRM.so` in `$(GRDIR)/lib`
Expand Down

0 comments on commit cf08670

Please sign in to comment.