blob: f00338e4b2afae8b3bb7ca6265dfeb9fb53e6982 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.am.orig 2025-01-31 16:00:22 UTC
+++ Makefile.am
@@ -12,7 +12,7 @@ endif
AM_CXXFLAGS += $(HPCOMBI_CXXFLAGS)
endif
-AM_LDFLAGS = -no-undefined -lpthread $(FMT_LIBS)
+AM_LDFLAGS = -no-undefined -lpthread $(FMT_LIBS) -lexecinfo
if LIBSEMIGROUPS_DEBUG
AM_CPPFLAGS = -DDEBUG
|