[mygui] Try to fix rpath issue

Bruno Wolff III bruno at fedoraproject.org
Sat Jan 8 06:11:06 UTC 2011


commit 287c9c897cbb014d929c0c91801ac3fe1cad2d7e
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Jan 8 00:09:46 2011 -0600

    Try to fix rpath issue

 mygui.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mygui.spec b/mygui.spec
index 54ec2d2..db521b3 100644
--- a/mygui.spec
+++ b/mygui.spec
@@ -1,6 +1,6 @@
 Name:           mygui
 Version:        3.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Fast, simple and flexible GUI library for Ogre
 Group:          Development/Libraries
 # UnitTests include agg-2.4, which is under a BSD variant (not built or installed here)
@@ -117,7 +117,8 @@ EOT
 # Plugins are windows only atm
 %cmake . \
    -DMYGUI_INSTALL_PDB:INTERNAL=FALSE -DCMAKE_BUILD_TYPE:STRING=Release \
-   -DMYGUI_BUILD_PLUGINS:BOOL=OFF -DCMAKE_CXX_FLAGS_RELEASE=
+   -DMYGUI_BUILD_PLUGINS:BOOL=OFF -DCMAKE_CXX_FLAGS_RELEASE= \
+   -DCMAKE_SKIP_RPATH:BOOL=ON
 make %{?_smp_mflags}
 # Generate doxygen documentation
 pushd Docs
@@ -251,6 +252,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Jan 08 2011 Bruno Wolff III <bruno at wolff.to> - 3.0.1-2
+- Try to fix rpath issue
+
 * Fri Jan 07 2011 Bruno Wolff III <bruno at wolff.to> - 3.0.1-1
 - Update to 3.0.1 release
 - Rebuild for ogre update


More information about the scm-commits mailing list