From 5d66b309679afcd030eff754ef65881119ff9a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Derzsi=20D=C3=A1niel?= Date: Thu, 28 Nov 2024 12:45:52 +0200 Subject: [PATCH] build: Don't build cloned_binary as part of crun MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Derzsi Dániel --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b32e2d65c5..ec196a981a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -130,7 +130,7 @@ endif crun_CFLAGS = -I $(abs_top_builddir)/libocispec/src -I $(abs_top_srcdir)/libocispec/src -D CRUN_LIBDIR="\"$(CRUN_LIBDIR)\"" crun_SOURCES = src/crun.c src/run.c src/delete.c src/kill.c src/pause.c src/unpause.c src/oci_features.c src/spec.c \ src/exec.c src/list.c src/create.c src/start.c src/state.c src/update.c src/ps.c \ - src/checkpoint.c src/restore.c src/libcrun/cloned_binary.c + src/checkpoint.c src/restore.c if DYNLOAD_LIBCRUN crun_LDFLAGS = -Wl,--unresolved-symbols=ignore-all $(CRUN_LDFLAGS)