aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xget_libwallet_api.sh2
-rw-r--r--monero-wallet-gui.pro4
2 files changed, 3 insertions, 3 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
index 084c60b6..7c1a6f50 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -154,7 +154,7 @@ elif [ "$platform" == "linux64" ]; then
elif [ "$platform" == "linux32" ]; then
echo "Configuring build for Linux i686"
if [ "$STATIC" == true ]; then
- cmake -D CMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -D STATIC=ON -D ARCH="i686" -D BUILD_64=OFF -D BUILD_GUI_DEPS=ON -D CMAKE_INSTALL_PREFIX="$MONERO_DIR" ../..
+ cmake -D CMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -D STATIC=ON -D ARCH="i686" -D BUILD_64=OFF -D BUILD_GUI_DEPS=ON -D INSTALL_VENDORED_LIBUNBOUND=ON -D CMAKE_INSTALL_PREFIX="$MONERO_DIR" ../..
else
cmake -D CMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -D BUILD_GUI_DEPS=ON -D CMAKE_INSTALL_PREFIX="$MONERO_DIR" ../..
fi
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