VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-01-02 17:09:56 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-01-02 17:12:36 +0100
commitad9b40d5991688b60f446c4bc44537668df5dbca (patch)
treedd121a2981c965b4b5e405e773c9a4afd81bb03c /src/Makefile
parent271d39d94277ab3c2a34faeed38caaa0af05dd2f (diff)
downloadVeraCrypt-ad9b40d5991688b60f446c4bc44537668df5dbca.tar.gz
VeraCrypt-ad9b40d5991688b60f446c4bc44537668df5dbca.zip
Linux: solve link error on recent Ubuntu when using shared wxWidgets.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index bd1b195d..8fe166f0 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -167,10 +167,13 @@ ifeq "$(shell uname -s)" "Linux"
WXCONFIG_CFLAGS += -fdata-sections -ffunction-sections
WXCONFIG_CXXFLAGS += -fdata-sections -ffunction-sections
endif
+
+ ifneq "$(origin WXSTATIC)" "command line"
+ LFLAGS += -ldl
+ endif
endif
-
#------ Mac OS X configuration ------
ifeq "$(shell uname -s)" "Darwin"