From 4d7f5ead1657438247e1f0ce378e259cc04aef48 Mon Sep 17 00:00:00 2001 From: Erik Kapfer Date: Sat, 6 Dec 2014 12:48:18 +0100 Subject: [PATCH] tmux: Add missing dependency of libevent2 Fix #10695 --- lfs/tmux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/tmux b/lfs/tmux index ec4cc20b7b..ddd53847d2 100644 --- a/lfs/tmux +++ b/lfs/tmux @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tmux -PAK_VER = 1 +PAK_VER = 2 -DEPS = "" +DEPS = "libevent2" ############################################################################### # Top-level Rules -- 2.39.5