[mygui] Inlcude thread library used by ogre to avoid DSO issue.

Bruno Wolff III bruno at fedoraproject.org
Tue Jan 4 08:45:35 UTC 2011


commit 79051c64f0d1203fe920d30628bc986c75c8d42b
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Jan 4 02:44:45 2011 -0600

    Inlcude thread library used by ogre to avoid DSO issue.

 mygui.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/mygui.spec b/mygui.spec
index 4d32a5f..9c14634 100644
--- a/mygui.spec
+++ b/mygui.spec
@@ -19,6 +19,8 @@ Source4:        mygui-layouteditor.desktop
 Patch0:         mygui_multilib_cflags.patch
 # Fix compilation problems with gcc4.4
 Patch1:         mygui_missing_headers.patch
+# Explicitly include thread library used by Ogre to avoid DSO issue
+Patch2:         mygui-ogrethreadlibs.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  automake, autoconf, libtool, freetype-devel, desktop-file-utils
@@ -86,6 +88,7 @@ An helper script MyGUI-Tools is provided and installed in %{_bindir}.
 %setup -q -n MyGUI3.0
 %patch0 -p0
 %patch1 -p0
+%patch2 -p0
 # Fix eol 
 sed -i 's/\r//' COPYING.LESSER
 # Fix non-UTF8 files


More information about the scm-commits mailing list