summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-11-24 15:39:31 +0000
committerVincent Sanders <vince@kyllikki.org>2017-11-24 15:39:31 +0000
commit1a7fc08e04ffbb0a6872baa343e42e3d982ae4ab (patch)
treed10291fcb06959f0526d4b2680f31019d9da24fc
parentacf5a20a2b7a0de8a91ab0a5c91929c4126403da (diff)
downloadnetsurf-1a7fc08e04ffbb0a6872baa343e42e3d982ae4ab.tar.gz
netsurf-1a7fc08e04ffbb0a6872baa343e42e3d982ae4ab.tar.bz2
add crypto library to windows link to cope with updated openssl
-rw-r--r--frontends/windows/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/windows/Makefile b/frontends/windows/Makefile
index bd34b465e..50d0d4b44 100644
--- a/frontends/windows/Makefile
+++ b/frontends/windows/Makefile
@@ -15,7 +15,7 @@ $(eval $(call pkg_config_find_and_add,libcares,Cares))
$(eval $(call pkg_config_find_and_add,zlib,ZLib))
# libraries for windows API
-LDFLAGS += -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -lshlwapi -mwindows
+LDFLAGS += -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -lshlwapi -lcrypt32 -mwindows
CFLAGS += -U__STRICT_ANSI__ -mwin32
# only windows versions after XP are supported