From e05d4dd901a217678a2ece2a176a2acba8c7e389 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Thu, 3 Nov 2022 18:37:06 -0300 Subject: [PATCH] recipes: x-libs/gexiv2: Pass CXXFLAGS for the compiler MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/x-libs/gexiv2/recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/x-libs/gexiv2/recipe b/recipes/x-libs/gexiv2/recipe index 01528edd..e3d9826e 100644 --- a/recipes/x-libs/gexiv2/recipe +++ b/recipes/x-libs/gexiv2/recipe @@ -57,7 +57,10 @@ build() mkdir BUILD cd BUILD - CPPFLAGS="$QICPPFLAGS" CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS" \ + CPPFLAGS="$QICPPFLAGS" \ + CFLAGS="$QICFLAGS" \ + CXXFLAGS="$QICXXFLAGS" \ + LDFLAGS="$QILDFLAGS" \ meson setup $configure_args \ --libdir /usr/lib${libSuffix} \ --buildtype=release \ -- 2.11.4.GIT