mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
- manually refresh patch 030-glib.patch
Major changes are:
fix adduser / addshare prompting on musl libc
fix use of veto files as global share parameter
lookup primary group and don't recurse in ksmbd.conf @group handling
fix a leak and an intermittent auth failure in Kerberos 5
add global parameter kerberos support
detailed changelog here: https://github.com/cifsd-team/ksmbd-tools/releases/tag/3.5.3
Signed-off-by: Andrea Pesaresi <andreapesaresi82@gmail.com>
11 lines
218 B
Diff
11 lines
218 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -21,6 +21,7 @@ include_dirs = include_directories(
|
|
glib_dep = dependency(
|
|
'glib-2.0',
|
|
version: '>= 2.58',
|
|
+ static: true,
|
|
)
|
|
libnl_dep = dependency(
|
|
'libnl-genl-3.0',
|