tmux 3.6b linkea libevent + ncurses hammer-built, estático (-static -lncursesw -levent_core). Primer consumidor de la cola C que valida el unlock de las 20 libs base. + import c-cola-1 (14 clásicos C: tig/wget/rsync/git/mc/gnupg/…). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
14 lines
389 B
Diff
14 lines
389 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 7e2d7be..c3fd556 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -133,7 +133,7 @@ CFLAGS += -std=c11 -Wall -Wextra -Wshadow
|
|
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)
|