Add -DNORL when var O_STATIC is set

This commit is contained in:
Arun Prakash Jana 2020-01-25 23:44:28 +05:30
parent bc177fd266
commit 3fd9e6ace7
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ endif
ifeq ($(O_NORL),1)
CPPFLAGS += -DNORL
else ifeq ($(O_STATIC),1)
CPPFLAGS += -DNORL
else
LDLIBS += -lreadline
endif