summaryrefslogtreecommitdiff
path: root/conf-ld
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-18 15:23:02 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-18 15:23:02 +0200
commit9837632ea985b87eb6aaa7f619a0b859fc6c40f6 (patch)
treef143461843ba2fdaa8e7499ebf52afda3eb08cd4 /conf-ld
parent7b4d3ab22988d021d5f12b81aec746f7e486fa52 (diff)
update to 4.3.10HEADmaster
Diffstat (limited to 'conf-ld')
-rw-r--r--conf-ld5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf-ld b/conf-ld
index 0ce8ac7..bb78ef8 100644
--- a/conf-ld
+++ b/conf-ld
@@ -4,8 +4,9 @@ cc -s -z noexecstack -m64
# This is for AMD64 architecture; use else:
-cc -s
+cc -s -lssl -lcrypto
-# This will be used to link .o files into an executable.
+# This will be used to link .o files into an executable with
+# [Open|Libre]SSL in the default lib search path.
# Note: UCSPI-SSL's conf-ld needs to use the same architecture!