mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
alpine: 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
fb6eee6f04
commit
1fdedadcc4
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=alpine
|
||||
PKG_VERSION:=2.25
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://alpineapp.email/alpine/release/src/Old
|
||||
@@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/nls.mk
|
||||
define Package/alpine/Default
|
||||
SECTION:=mail
|
||||
CATEGORY:=Mail
|
||||
DEPENDS:=+libopenssl +libncurses +libpthread +libpam $(ICONV_DEPENDS) $(INTL_DEPENDS)
|
||||
DEPENDS:= +USE_GLIBC:libcrypt-compat +libopenssl +libncurses +libpthread +libpam $(ICONV_DEPENDS) $(INTL_DEPENDS)
|
||||
TITLE:=Alternatively Licensed Program for Internet News and Email
|
||||
URL:=http://alpine.x10host.com/alpine/
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user