mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 10:24:31 +04:00
screen: adjust with glibc and libcrypt-compat
glibc 2.39 has removed libcrypt completely. solution: link against libxcrypt built with glibc compatibility. Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
bba9323b24
commit
e1ebbcb24b
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=screen
|
PKG_NAME:=screen
|
||||||
PKG_VERSION:=4.9.1
|
PKG_VERSION:=4.9.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@GNU/screen
|
PKG_SOURCE_URL:=@GNU/screen
|
||||||
@@ -29,7 +29,7 @@ define Package/screen
|
|||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
SUBMENU:=Terminal
|
SUBMENU:=Terminal
|
||||||
DEPENDS:=+libncurses
|
DEPENDS:= +USE_GLIBC:libcrypt-compat +libncurses
|
||||||
TITLE:=Full-screen terminal window manager
|
TITLE:=Full-screen terminal window manager
|
||||||
URL:=https://www.gnu.org/software/screen/
|
URL:=https://www.gnu.org/software/screen/
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user