mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04: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_NAME:=alpine
|
||||||
PKG_VERSION:=2.25
|
PKG_VERSION:=2.25
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://alpineapp.email/alpine/release/src/Old
|
PKG_SOURCE_URL:=https://alpineapp.email/alpine/release/src/Old
|
||||||
@@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/nls.mk
|
|||||||
define Package/alpine/Default
|
define Package/alpine/Default
|
||||||
SECTION:=mail
|
SECTION:=mail
|
||||||
CATEGORY:=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
|
TITLE:=Alternatively Licensed Program for Internet News and Email
|
||||||
URL:=http://alpine.x10host.com/alpine/
|
URL:=http://alpine.x10host.com/alpine/
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user