Skip to content

Commit

Permalink
- lophttpd: libressl test -> passed
Browse files Browse the repository at this point in the history
  • Loading branch information
stealth committed Jul 17, 2014
1 parent b0c7316 commit 3b4c622
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
# This is the Makefile for the Linux flavor
#

# comment out if you dont need SSL/TLS

DEFS=-DUSE_SSL
LIBS=-lssl -lcrypto

# comment in for libressl and adjust to your path
# remember to put libressl lib path to /etc/ld.so.config or LD_LIBRARY_PATH
#DEFS+=-I/opt/libressl/include
#LIBS+=-L/opt/libressl/lib64

# enable Linux seccomp sandboxing
#DEFS+=-DUSE_SANDBOX

Expand Down

0 comments on commit 3b4c622

Please sign in to comment.