From a7253139c822097aa6e0ba1051bfc50aaad4e2fb Mon Sep 17 00:00:00 2001 From: John Audia Date: Thu, 19 Jun 2025 13:17:14 -0400 Subject: [PATCH] samba4: add conditional depends If users are building icu we need to depend on the corresponding shared objects to avoid missing library dependencies, for example: libicui18n.so.77 libicuuc.so.77 Signed-off-by: John Audia --- net/samba4/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 52bf1ae48e..fe36ded41a 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samba PKG_VERSION:=4.22.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ @@ -65,6 +65,7 @@ define Package/samba4-libs $(call Package/samba4/Default) TITLE+= libs DEPENDS:= +libtirpc +libreadline +libpopt +libcap +zlib +libgnutls +libtasn1 +libuuid +libopenssl +libpthread +KERNEL_IO_URING:liburing \ + +PACKAGE_icu:icu \ +PACKAGE_libpam:libpam \ +SAMBA4_SERVER_VFS:attr \ +SAMBA4_SERVER_AVAHI:libavahi-client \