From c3caf018af84bb5c3528f2b525755816d80c4d1d Mon Sep 17 00:00:00 2001 From: wchang kim Date: Wed, 5 Jun 2024 19:32:27 +0900 Subject: [PATCH] Fixed the build error for gcc-14 Change-Id: Ic279802e78f77b13eb07a0086ba76d461bcfcd2f --- packaging/tayga.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/tayga.spec b/packaging/tayga.spec index 3c25819..c80889a 100644 --- a/packaging/tayga.spec +++ b/packaging/tayga.spec @@ -19,6 +19,7 @@ where dedicated NAT64 hardware would be overkill. %setup -q %build +export CFLAGS+=" -Wno-implicit-function-declaration" aclocal && \ autoheader && \ libtoolize --automake --copy --force && \ -- 2.7.4