revert chunk that wasn't suppose to be changed.

This commit is contained in:
Joris Vink 2018-10-15 20:33:34 +02:00
parent 20a0103f1e
commit 545d48e65d
1 changed files with 0 additions and 2 deletions

View File

@ -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)", "")