fix libgd static
This commit is contained in:
parent
861cf574ac
commit
7f562e5540
@ -11,6 +11,9 @@ Source0: http://download.gnome.org/sources/%{name}/0.7/%{name}-%{version}
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=687957
|
||||
Patch0: yelp-fixes.patch
|
||||
|
||||
# upstream fix
|
||||
Patch1: libgd-static.patch
|
||||
|
||||
%global nm_version 0.9
|
||||
%global glib_required_version 2.29.4
|
||||
%global gtk_required_version 3.1.2
|
||||
@ -60,6 +63,7 @@ you through configuring it. It is integrated with gdm.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .yelp-fixes
|
||||
%patch1 -p1 -b .libgd-static
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
12
libgd-static.patch
Normal file
12
libgd-static.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up gnome-initial-setup-0.7/configure.ac.libgd gnome-initial-setup-0.7/configure.ac
|
||||
--- gnome-initial-setup-0.7/configure.ac.libgd 2013-03-12 22:03:55.313322479 -0400
|
||||
+++ gnome-initial-setup-0.7/configure.ac 2013-03-12 22:04:04.793323025 -0400
|
||||
@@ -92,7 +92,7 @@ PKG_CHECK_MODULES(ISOCODES, iso-codes)
|
||||
AC_DEFINE_UNQUOTED([ISO_CODES_PREFIX],["`$PKG_CONFIG --variable=prefix iso-codes`"],[ISO codes prefix])
|
||||
ISO_CODES=iso-codes
|
||||
|
||||
-LIBGD_INIT([stack])
|
||||
+LIBGD_INIT([stack static])
|
||||
|
||||
# systemd
|
||||
AC_ARG_WITH([systemdsystemunitdir],
|
Loading…
Reference in New Issue
Block a user