From e0fcdb8e3b9f4e876df04e4fbe4e52f8bdb4d4f1 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 12 Feb 2022 12:47:56 +0100 Subject: [PATCH] json_glib, add buildtype for meson (#6613) --- dev-libs/json_glib/json_glib-1.4.4.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/json_glib/json_glib-1.4.4.recipe b/dev-libs/json_glib/json_glib-1.4.4.recipe index fc9789239..1d6d0c08a 100644 --- a/dev-libs/json_glib/json_glib-1.4.4.recipe +++ b/dev-libs/json_glib/json_glib-1.4.4.recipe @@ -17,7 +17,7 @@ COPYRIGHT="2007, 2008 OpenedHand Ltd 2009-2012 Intel Corp. 2013 Emmanuele Bassi" LICENSE="GNU LGPL v2.1" -REVISION="2" +REVISION="3" SOURCE_URI="https://download.gnome.org/sources/json-glib/${portVersion%.*}/json-glib-$portVersion.tar.xz" CHECKSUM_SHA256="720c5f4379513dc11fd97dc75336eb0c0d3338c53128044d9fabec4374f4bc47" SOURCE_DIR="json-glib-$portVersion" @@ -70,6 +70,7 @@ BUILD_PREREQUIRES=" BUILD() { meson \ + --buildtype=debugoptimized \ --prefix=$prefix \ --bindir=$binDir \ --libdir=$libDir \