From de64b43e3cf7a3cb3501dfde3d8b1fbfe7478c76 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 13 Oct 2022 12:27:07 -0700 Subject: ksmbd-tools: update to 3.4.6 Switch to git tarball as the meson files did not get added to the official one. Backport busybox style binaries. Saves on size. Signed-off-by: Rosen Penev --- net/ksmbd-tools/patches/030-glib.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/ksmbd-tools/patches/030-glib.patch (limited to 'net/ksmbd-tools/patches/030-glib.patch') diff --git a/net/ksmbd-tools/patches/030-glib.patch b/net/ksmbd-tools/patches/030-glib.patch new file mode 100644 index 000000000..1fb240a95 --- /dev/null +++ b/net/ksmbd-tools/patches/030-glib.patch @@ -0,0 +1,10 @@ +--- a/meson.build ++++ b/meson.build +@@ -21,6 +21,7 @@ include_dirs = include_directories( + glib_dep = dependency( + 'glib-2.0', + version: '>= 2.40', ++ static: true, + ) + libnl_dep = dependency( + 'libnl-genl-3.0', -- cgit v1.2.3