mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
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 <therealgraysky@proton.me>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user