SHA256
1
0
forked from pool/gucharmap

Accepting request 587039 from GNOME:Factory

- Drop ineffective --with-pic.

automake requires the use of LIBS, not LDFLAGS,
for -ldl. (forwarded request 586626 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/587039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gucharmap?expand=0&rev=95
This commit is contained in:
Dominique Leuenberger 2018-03-19 22:31:56 +00:00 committed by Git OBS Bridge
commit a6fc78fc67
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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 \