Opened 15 months ago

#66955 new defect

Kyua fails to build on Ventura

Reported by: marka63 Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: kyua

Description

I've filed a bug with the upstream port (https://github.com/jmmv/kyua/issues/219) but it is a simple fix to the cli/Makefile.am.inc to allow kyua to build in the meantime.

diff --git a/cli/Makefile.am.inc b/cli/Makefile.am.inc
index 2787208..c4ff5aa 100644
--- a/cli/Makefile.am.inc
+++ b/cli/Makefile.am.inc
@@ -63,7 +63,7 @@ libcli_a_CPPFLAGS  = -DKYUA_CONFDIR="\"$(kyua_confdir)\""
 libcli_a_CPPFLAGS += -DKYUA_DOCDIR="\"$(docdir)\""
 libcli_a_CPPFLAGS += -DKYUA_MISCDIR="\"$(miscdir)\""
 libcli_a_CPPFLAGS += $(DRIVERS_CFLAGS)
-libcli_a_LIBADD = libutils.a
+#libcli_a_LIBADD = libutils.a
 
 if WITH_ATF
 tests_clidir = $(pkgtestsdir)/cli

Change History (0)

Note: See TracTickets for help on using tickets.