Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
fix Mac OSX & add stream ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
huangnauh committed Dec 18, 2017
1 parent 62567d7 commit 13407a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ else
PLAT=linux
endif

ifeq ($(shell uname -m), x86_64)
export KERNEL_BITS=64
endif

export LUAJIT_LIB= $(PREFIX)/luajit/lib
export LUAJIT_INC= $(PREFIX)/luajit/include/luajit-2.1

Expand All @@ -37,7 +41,7 @@ RMDIR= rmdir 2>/dev/null
INSTALL_F= install -m 0644
UNINSTALL= $(RM)

WITH_SSL_MODULE= --with-http_ssl_module --with-openssl=$(ROOTDIR)/deps/openssl-OpenSSL_$(V_OPENSSL)
WITH_SSL_MODULE= --with-http_ssl_module --with-stream_ssl_module --with-openssl=$(ROOTDIR)/deps/openssl-OpenSSL_$(V_OPENSSL)
##############################################################################

NGINX_DIR= deps/nginx-$(V_NGINX)
Expand Down

0 comments on commit 13407a2

Please sign in to comment.