[packages] tmux: fix librt dependency (#9938)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27981 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0f5933c38c
commit
61b2cd6c03
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=tmux
|
||||
PKG_VERSION:=1.5
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/tmux
|
||||
@ -24,7 +24,7 @@ define Package/tmux
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Terminal multiplexer
|
||||
DEPENDS:=+libncurses +libevent2 +libpthread
|
||||
DEPENDS:=+libncurses +libevent2 +libpthread +librt
|
||||
URL:=http://tmux.sourceforge.net/
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user