Files
packages/utils/nnn/patches/musl-fts.patch
Gregory Gullin ebb0d87450 nnn: update to version 5.1
Release notes: https://github.com/jarun/nnn/compare/v4.9...v5.1

Signed-off-by: Gregory Gullin <garuwex@gmail.com>
2025-08-24 19:50:48 +03:00

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)