From 9416b529a2d9a1a564e1f38a36949edc93c0bf77 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 19 Oct 2016 00:27:47 +0200 Subject: [PATCH] json-glib: Fix build Signed-off-by: Michael Tremer --- json-glib/json-glib.nm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/json-glib/json-glib.nm b/json-glib/json-glib.nm index 76e105cea..631e54ce4 100644 --- a/json-glib/json-glib.nm +++ b/json-glib/json-glib.nm @@ -7,7 +7,7 @@ name = json-glib version = %{ver_major}.%{ver_minor} ver_major = 0.15 ver_minor = 2 -release = 1 +release = 2 groups = System/Libraries url = http://live.gnome.org/JsonGlib @@ -28,6 +28,8 @@ build gobject-introspection-devel pkg-config end + + export LD_LIBRARY_PATH = %{DIR_APP}/json-glib/.libs end packages