fix: add ldl to non-static linux builds

proposes a fix to add ldl conditionally on non-static build, to fix build failures
pull/2/head
MiWCryptAnalytics 7 years ago committed by GitHub
parent 2e8306b341
commit 20517cfd4d

@ -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,