From d1e6bdbd7471f25268808b5d71c22b73b52731dd Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 12 Oct 2020 12:55:27 +0300 Subject: [PATCH] dbus-python3 --- programming/language/python3/dbus-python3/actions.py | 1 + 1 file changed, 1 insertion(+) 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 \