From 2c2c57835507c5df18d9e6e293c602380466b7c8 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 29 Nov 2020 09:47:36 +0300 Subject: [PATCH] libtdb rebuild 32bit --- server/database/libtdb/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/database/libtdb/actions.py b/server/database/libtdb/actions.py index 028fb42f38..406ee05bd8 100644 --- a/server/database/libtdb/actions.py +++ b/server/database/libtdb/actions.py @@ -25,7 +25,7 @@ def setup(): --bindir=/usr/bin32 \ --disable-python \ " - #else: shelltools.export("LDFLAGS", "-lpthread") + else: shelltools.export("LDFLAGS", "-lpthread") autotools.configure(options) def build():