[packages/libglade2] - add libgmodule to library link list due to missing g_module_make_resident symbol
baggins
baggins at pld-linux.org
Wed Dec 31 19:20:07 CET 2014
commit 2078dca87da86bde759ee41ee1e8edc9e65d01bb
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed Dec 31 18:19:32 2014 +0000
- add libgmodule to library link list due to missing g_module_make_resident symbol
gmodule-link.patch | 12 ++++++++++++
libglade2.spec | 2 ++
2 files changed, 14 insertions(+)
---
diff --git a/libglade2.spec b/libglade2.spec
index fcdd9ab..623edf6 100644
--- a/libglade2.spec
+++ b/libglade2.spec
@@ -16,6 +16,7 @@ License: LGPL v2+
Group: X11/Libraries
Source0: http://ftp.gnome.org/pub/GNOME/sources/libglade/2.6/libglade-%{version}.tar.bz2
# Source0-md5: d1776b40f4e166b5e9c107f1c8fe4139
+Patch0: gmodule-link.patch
URL: http://www.gnome.org/
BuildRequires: atk-devel >= 1:1.18.0
BuildRequires: autoconf >= 2.52
@@ -121,6 +122,7 @@ Dokumentacja API libglade.
%prep
%setup -q -n libglade-%{version}
+%patch0 -p1
%build
%{?with_apidocs:%{__gtkdocize}}
diff --git a/gmodule-link.patch b/gmodule-link.patch
new file mode 100644
index 0000000..2f94870
--- /dev/null
+++ b/gmodule-link.patch
@@ -0,0 +1,12 @@
+--- libglade-2.6.4/configure.in~ 2009-03-17 14:19:01.000000000 +0000
++++ libglade-2.6.4/configure.in 2014-12-31 18:18:28.589184305 +0000
+@@ -46,7 +46,8 @@
+ libxml-2.0 >= required_libxml_version dnl
+ atk >= required_atk_version dnl
+ gtk+-2.0 >= required_gtk_version dnl
+- glib-2.0 >= required_glib_version])
++ glib-2.0 >= required_glib_version dnl
++ gmodule-2.0 >= required_glib_version])
+
+ AC_MSG_CHECKING([for native Win32])
+ case "$host" in
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libglade2.git/commitdiff/2078dca87da86bde759ee41ee1e8edc9e65d01bb
More information about the pld-cvs-commit
mailing list