mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
15 lines
446 B
Diff
15 lines
446 B
Diff
We don't have libboost_context.so, just libboost_context-mt.so (-mt stands
|
|
for multithreading).
|
|
|
|
--- a/src/libutil/local.mk
|
|
+++ b/src/libutil/local.mk
|
|
@@ -6,7 +6,7 @@
|
|
|
|
libutil_SOURCES := $(wildcard $(d)/*.cc)
|
|
|
|
-libutil_LDFLAGS = $(LIBLZMA_LIBS) -lbz2 -pthread $(OPENSSL_LIBS) $(LIBBROTLI_LIBS) -lboost_context
|
|
+libutil_LDFLAGS = $(LIBLZMA_LIBS) -lbz2 -pthread $(OPENSSL_LIBS) $(LIBBROTLI_LIBS) -lboost_context-mt
|
|
|
|
libutil_LIBS = libformat
|
|
|