From f6535354e4bd09780692e1fcf97395337c5c15aa Mon Sep 17 00:00:00 2001 From: Jaquee Date: Mon, 27 Mar 2017 21:42:01 +0200 Subject: [PATCH] linux 32 build config test --- monero-wallet-gui.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index 2ece7444..cf7d6e50 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -217,9 +217,9 @@ linux { message("using static libraries") LIBS+= -Wl,-Bstatic QMAKE_LFLAGS += -static-libgcc -static-libstdc++ - contains(QT_ARCH, x86_64) { + # contains(QT_ARCH, x86_64) { LIBS+= -lunbound - } + # } } else { # On some distro's we need to add dynload LIBS+= -ldl