mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
ccrypt: 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
df47b40ee8
commit
8fc26989f9
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ccrypt
|
||||
PKG_VERSION:=1.11
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@SF/ccrypt
|
||||
@@ -27,6 +27,7 @@ define Package/ccrypt
|
||||
SUBMENU:=Encryption
|
||||
TITLE:=utility for encrypting/decrypting files and streams
|
||||
URL:=http://ccrypt.sourceforge.net/
|
||||
DEPENDS:= +USE_GLIBC:libcrypt-compat
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS += --disable-emacs
|
||||
|
||||
Reference in New Issue
Block a user