Skip to content

Commit

Permalink
build: Don't build cloned_binary as part of crun
Browse files Browse the repository at this point in the history
Signed-off-by: Derzsi Dániel <[email protected]>
  • Loading branch information
darktohka committed Nov 28, 2024
1 parent 52ed588 commit 5d66b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5d66b30

Please sign in to comment.