diff --git a/programming/language/python3/dbus-python3/actions.py b/programming/language/python3/dbus-python3/actions.py index ff1d6ac742..7f380b560e 100644 --- a/programming/language/python3/dbus-python3/actions.py +++ b/programming/language/python3/dbus-python3/actions.py @@ -14,6 +14,7 @@ def setup(): autotools.autoreconf("-fi") shelltools.cd("build-python3") + shelltools.export("LDFLAGS", "-lpthread") shelltools.system("PYTHON=python3 ../configure --prefix=/usr \ --localstatedir=/var \ --disable-api-docs \