From 10afe5f61585db3944c70808af36b74da09ae061 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 19 Oct 2016 10:12:41 +0100 Subject: fix curl/openssl library link ordering --- frontends/windows/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends') diff --git a/frontends/windows/Makefile b/frontends/windows/Makefile index a3a95d9da..cfb1712ca 100644 --- a/frontends/windows/Makefile +++ b/frontends/windows/Makefile @@ -10,8 +10,8 @@ CFLAGS += -I${GCCSDK_INSTALL_ENV}/include/ $(eval $(call pkg_config_find_and_add,libcares,Cares)) $(eval $(call pkg_config_find_and_add,zlib,ZLib)) - -LDFLAGS += -lssl -lcrypto -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -mwindows +# libraries for windows API +LDFLAGS += -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -lshlwapi -mwindows CFLAGS += -U__STRICT_ANSI__ -mwin32 # only windows versions after XP are supported -- cgit v1.2.3