mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-05 00:38:04 +02:00
upower needs -pthread
Signed-off-by: Richard Hughes <richard@hughsie.com>
This commit is contained in:
parent
d81b7ebee4
commit
2527d0170d
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ upower_SOURCES = \
|
|||
upower_CPPFLAGS = \
|
||||
$(AM_CPPFLAGS)
|
||||
|
||||
upower_LDFLAGS = -pthread
|
||||
|
||||
upower_LDADD = \
|
||||
$(DBUS_GLIB_LIBS) \
|
||||
$(UPOWER_LIBS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue