From: Sergiu Moga Date: Fri, 14 Feb 2025 14:18:46 +0000 (+0200) Subject: lib/ukcpio: Add temporary `syscall_shim` library dependency X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3f3cbbf2da7ee57de7c880fc57c629129d35566b;p=unikraft%2Funikraft.git lib/ukcpio: Add temporary `syscall_shim` library dependency Since the CPIO library depends on having the `uk_syscall_r_` symbols exported by the VFSCore library, which can only do so if the `syscall_shim` library is enabled, add a dependency to this said library. This will be undone in the near future by the deprecation of VFSCore, but for now do this so we don't break builds that use CPIO without `syscall_shim`. Signed-off-by: Sergiu Moga Approved-by: Andrei Tatar Reviewed-by: Andrei Tatar GitHub-Closes: #1590 --- diff --git a/lib/ukcpio/Config.uk b/lib/ukcpio/Config.uk index 6264ddf15..65fc5aa0b 100644 --- a/lib/ukcpio/Config.uk +++ b/lib/ukcpio/Config.uk @@ -7,4 +7,5 @@ config LIBUKCPIO # ukcpio. depends on LIBVFSCORE select LIBNOLIBC if !HAVE_LIBC + select LIBSYSCALL_SHIM default n