You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
325 B

  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -135,7 +135,7 @@ CFLAGS += -std=c11 -Wall -Wextra -Wshado
  4. CFLAGS += $(CFLAGS_OPTIMIZATION)
  5. CFLAGS += $(CFLAGS_CURSES)
  6. -LDLIBS += $(LDLIBS_CURSES) -lpthread
  7. +LDLIBS += $(LDLIBS_CURSES) -lpthread -lfts
  8. # static compilation needs libgpm development package
  9. ifeq ($(strip $(O_STATIC)),1)