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:
commit
a6fc78fc67
@ -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
|
Tue Mar 13 10:28:04 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Release: 0
|
|||||||
Summary: A Featureful Unicode Character Map
|
Summary: A Featureful Unicode Character Map
|
||||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||||
Group: System/GUI/GNOME
|
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
|
Source: http://download.gnome.org/sources/gucharmap/10.0/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: appdata-tools
|
BuildRequires: appdata-tools
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -91,8 +91,8 @@ translation-update-upstream
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export LDFLAGS="-ldl"
|
export LIBS="-ldl"
|
||||||
%configure --disable-static --with-pic \
|
%configure --disable-static \
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
--with-gtk=3.0 \
|
--with-gtk=3.0 \
|
||||||
--with-unicode-data=%{_datadir}/unicode/ucd \
|
--with-unicode-data=%{_datadir}/unicode/ucd \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user