Update package version to 1.28
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
From 85c8148b4e1a580217420271e81bef7b67d6b5e7 Mon Sep 17 00:00:00 2001
|
||||
From: Frederik Schwan <[email protected]>
|
||||
Date: Wed, 27 May 2026 16:08:42 +0200
|
||||
Subject: [PATCH] fix missing json-c symbols in build
|
||||
|
||||
---
|
||||
Makefile.am | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index bc2e40d9..5c029510 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -158,7 +158,7 @@ else
|
||||
crun_LDFLAGS = -Wl,--unresolved-symbols=ignore-all $(CRUN_LDFLAGS)
|
||||
endif
|
||||
else
|
||||
-crun_LDADD = libcrun.la $(FOUND_LIBS) $(JSON_C_LIBS)
|
||||
+crun_LDADD = libcrun.la libocispec/libocispec.la $(FOUND_LIBS) $(JSON_C_LIBS)
|
||||
if ENABLE_COVERAGE
|
||||
crun_LDFLAGS = $(CRUN_LDFLAGS) $(COVERAGE_LDFLAGS)
|
||||
else
|
||||
--
|
||||
2.54.0
|
||||
|
||||
Reference in New Issue
Block a user