From dd3cb825caf9ed92d419d1250685611464629e72 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 19 Apr 2022 08:00:20 -0300 Subject: [PATCH] recipes: networking/hldig: Fix build issue against GCC 11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/networking/hldig/recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/networking/hldig/recipe b/recipes/networking/hldig/recipe index 69cf080d..8e7fbd78 100644 --- a/recipes/networking/hldig/recipe +++ b/recipes/networking/hldig/recipe @@ -19,7 +19,7 @@ set -e program=hldig version=20210616_9427c9cd -release=1 +release=2 # Define a category for the output of the package name pkgcategory=networking @@ -76,7 +76,7 @@ build() #rm -f libhtdigphp/config.log libhtdigphp/config.status ./configure CPPFLAGS="$QICPPFLAGS" \ - CFLAGS="$QICFLAGS" CXXFLAGS="$QICXXFLAGS" \ + CFLAGS="$QICFLAGS" CXXFLAGS="$QICXXFLAGS -std=c++14" \ LDFLAGS="$QILDFLAGS" \ $configure_args \ --libdir=/usr/lib${libSuffix} \ -- 2.11.4.GIT