mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
9 lines
244 B
Diff
9 lines
244 B
Diff
--- a/dbus/Makefile.am
|
|
+++ b/dbus/Makefile.am
|
|
@@ -12,4 +12,4 @@
|
|
DBusMainLoop.cc DBusMainLoop.h
|
|
|
|
libdbus_la_LIBADD = $(DBUS_LIBS)
|
|
-libdbus_la_LDFLAGS = -lboost_system -lboost_thread
|
|
+libdbus_la_LDFLAGS = -lboost_system-mt -lboost_thread-mt
|