Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Oct 31, 2023
2 parents eab2438 + 8a3ace6 commit 6a77186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,12 @@ LIBTIRPC=$(shell if $(PKG_CONFIG) libtirpc; then $(PKG_CONFIG) --libs libtirpc;
FLAGS+=-DXDR_PACK $(LIBTIRPC)
endif

ifndef MXE
ifdef READLINE
FLAGS+=-DREADLINE
LIBS+=-lreadline -lncurses
endif
endif

ifdef BDB
FLAGS+=-DBDB
Expand Down

0 comments on commit 6a77186

Please sign in to comment.