mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
Release notes: https://github.com/jarun/nnn/compare/v4.9...v5.1 Signed-off-by: Gregory Gullin <garuwex@gmail.com>
12 lines
325 B
Diff
12 lines
325 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -165,7 +165,7 @@ CFLAGS += -std=c11 -Wall -Wextra -Wshado
|
|
CFLAGS += $(CFLAGS_OPTIMIZATION)
|
|
CFLAGS += $(CFLAGS_CURSES)
|
|
|
|
-LDLIBS += $(LDLIBS_CURSES) -lpthread
|
|
+LDLIBS += $(LDLIBS_CURSES) -lpthread -lfts
|
|
|
|
# static compilation needs libgpm development package
|
|
ifeq ($(strip $(O_STATIC)),1)
|