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 \