Try to fix linux for installations that don't have openssl includes.
This commit is contained in:
@@ -110,7 +110,13 @@ endif #HAVE_NCURSESW
|
||||
endif #MAKEFILE_SRC
|
||||
endif #USE_CURSESLIB
|
||||
|
||||
# autodetect missing openssl header needed for CRASHREPORT
|
||||
CROK=$(shell ls /usr/include/openssl/md4.h 2>/dev/null | wc -l )
|
||||
ifeq "$(CROK)" "1"
|
||||
AUTOLIBS=$(shell (../util/makedefs --grep-defined CRASHREPORT && echo "-lcrypto" ) || true )
|
||||
else
|
||||
NHCFLAGS+=-DNOCRASHREPORT
|
||||
endif
|
||||
|
||||
# NetHack sources control
|
||||
NHCFLAGS+=-DDLB
|
||||
|
||||
Reference in New Issue
Block a user