From aaef475307637ad01df639054789592dc529ce6c76bdc24e73d15d9cf5f534ae Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 14 Mar 2018 18:36:26 +0000 Subject: [PATCH] Accepting request 586626 from home:jengelh:branches:GNOME:Factory - Drop ineffective --with-pic. automake requires the use of LIBS, not LDFLAGS, for -ldl. OBS-URL: https://build.opensuse.org/request/show/586626 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gucharmap?expand=0&rev=152 --- gucharmap.changes | 5 +++++ gucharmap.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gucharmap.changes b/gucharmap.changes index ea2b5a1..e08266d 100644 --- a/gucharmap.changes +++ b/gucharmap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 14 00:22:33 UTC 2018 - jengelh@inai.de + +- Drop ineffective --with-pic. Replace fragile LDFLAGS=-ldl. + ------------------------------------------------------------------- Tue Mar 13 10:28:04 UTC 2018 - dimstar@opensuse.org diff --git a/gucharmap.spec b/gucharmap.spec index 4f48136..2323123 100644 --- a/gucharmap.spec +++ b/gucharmap.spec @@ -26,7 +26,7 @@ Release: 0 Summary: A Featureful Unicode Character Map License: GPL-3.0-or-later AND LGPL-2.1-or-later Group: System/GUI/GNOME -URL: https://wiki.gnome.org/Apps/Gucharmap +Url: https://wiki.gnome.org/Apps/Gucharmap Source: http://download.gnome.org/sources/gucharmap/10.0/%{name}-%{version}.tar.xz BuildRequires: appdata-tools BuildRequires: fdupes @@ -91,8 +91,8 @@ translation-update-upstream %endif %build -export LDFLAGS="-ldl" -%configure --disable-static --with-pic \ +export LIBS="-ldl" +%configure --disable-static \ --enable-gtk-doc \ --with-gtk=3.0 \ --with-unicode-data=%{_datadir}/unicode/ucd \