Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 74bffe9

Browse files
author
Fraser J. Gordon
committed
[[ Bugfix 13772 ]] Use our custom-build OpenSSL libs for Linux server
1 parent c7ab876 commit 74bffe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/Makefile.server

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ CUSTOM_INCLUDES=\
2020
CUSTOM_DEPS=libkernel-server.a
2121

2222
CUSTOM_LIBS=pcre png jpeg z foundation gif graphics skia kernel-server
23-
CUSTOM_STATIC_LIBS=curl icudata icui18n icuio icule iculx icuuc $(MODE_STATIC_LIBS)
24-
CUSTOM_DYNAMIC_LIBS=dl m pthread rt ssl crypto
23+
CUSTOM_STATIC_LIBS=curl icudata icui18n icuio icule iculx icuuc customssl customcrypto $(MODE_STATIC_LIBS)
24+
CUSTOM_DYNAMIC_LIBS=dl m pthread rt
2525

2626
CUSTOM_CCFLAGS=\
2727
-Wall -Wno-unused-variable -Wno-switch -Wno-non-virtual-dtor -fno-exceptions -fno-rtti -fno-strict-aliasing \

0 commit comments

Comments
 (0)