aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monero-wallet-gui.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro
index 1b8a3624..4b114ac8 100644
--- a/monero-wallet-gui.pro
+++ b/monero-wallet-gui.pro
@@ -201,6 +201,9 @@ linux {
contains(QT_ARCH, x86_64) {
LIBS+= -lunbound
}
+ } else {
+ # On some distro's we need to all dynload
+ LIBS+= -ldl
}
LIBS+= \
@@ -214,7 +217,6 @@ linux {
-lboost_program_options \
-lssl \
-lcrypto \
- -ldl \
-Wl,-Bdynamic \
-lGL
# currently monero has an issue with "static" build and linunwind-dev,