From 010a2156b83e0f5fc78ea7ea754f54d8ac184257 Mon Sep 17 00:00:00 2001 From: redfish Date: Sat, 3 Sep 2016 05:58:05 +0000 Subject: [PATCH] pro: link against libunwind Otherwise link fails with missing symbols. --- monero-core.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/monero-core.pro b/monero-core.pro index 057b3368..1159d69b 100644 --- a/monero-core.pro +++ b/monero-core.pro @@ -84,6 +84,7 @@ linux { -lssl \ -lcrypto \ -Wl,-Bdynamic \ + -lunwind \ -ldl }