From e9590f2e7129ec54687eaad5f45aa73dfd9a5688c63abaa72d7877c713fd2cc9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Mar 2018 10:31:21 +0000 Subject: [PATCH] Accepting request 586338 from GNOME:Next Update to 3.28.0 OBS-URL: https://build.opensuse.org/request/show/586338 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gucharmap?expand=0&rev=150 --- gucharmap.changes | 6 ++++++ gucharmap.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/gucharmap.changes b/gucharmap.changes index e89a306..ea2b5a1 100644 --- a/gucharmap.changes +++ b/gucharmap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 13 10:28:04 UTC 2018 - dimstar@opensuse.org + +- export LDFLAGS="-ldl": upstream forgot to link libdl, which is + needed for dlsyms (bgo#794281). + ------------------------------------------------------------------- Mon Mar 12 22:19:41 UTC 2018 - dimstar@opensuse.org diff --git a/gucharmap.spec b/gucharmap.spec index be74286..4f48136 100644 --- a/gucharmap.spec +++ b/gucharmap.spec @@ -91,6 +91,7 @@ translation-update-upstream %endif %build +export LDFLAGS="-ldl" %configure --disable-static --with-pic \ --enable-gtk-doc \ --with-gtk=3.0 \