diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-18 15:23:02 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-18 15:23:02 +0200 |
commit | 9837632ea985b87eb6aaa7f619a0b859fc6c40f6 (patch) | |
tree | f143461843ba2fdaa8e7499ebf52afda3eb08cd4 /conf-ld | |
parent | 7b4d3ab22988d021d5f12b81aec746f7e486fa52 (diff) |
Diffstat (limited to 'conf-ld')
-rw-r--r-- | conf-ld | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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! |