kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 545d48e65d2ea79d6bf96e519e26dd1c6f7208be
parent 20a0103f1e9a01bf22b6e35ecc02c1921e86b17b
Author: Joris Vink <joris@coders.se>
Date:   Mon, 15 Oct 2018 20:33:34 +0200

revert chunk that wasn't suppose to be changed.

Diffstat:
Makefile | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -110,8 +110,6 @@ else ifeq ("$(OSNAME)", "linux") CFLAGS+=-D_GNU_SOURCE=1 -D_FORTIFY_SOURCE=2 LDFLAGS+=-ldl S_SRC+=src/linux.c - CFLAGS+=-I/home/joris/crypto/openssl/openssl-1.0.2o/include - LDFLAGS+=-L/home/joris/crypto/openssl/openssl-1.0.2o else S_SRC+=src/bsd.c ifneq ("$(JSONRPC)", "")