[meshmagick] Don't use rpath

Bruno Wolff III bruno at fedoraproject.org
Tue Dec 11 10:09:32 UTC 2012


commit bdc6647f51e94ac0158bdd5c268b0a85aa3e1b77
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Dec 11 04:09:03 2012 -0600

    Don't use rpath

 meshmagick.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meshmagick.spec b/meshmagick.spec
index 09a7a2b..17fd960 100644
--- a/meshmagick.spec
+++ b/meshmagick.spec
@@ -53,7 +53,7 @@ developing applications that use %{name}.
 
 
 %build
-%cmake . -DSTATIC_BUILD=FALSE -DLIB:STRING=%{_lib}
+%cmake . -DSTATIC_BUILD=FALSE -DLIB:STRING=%{_lib} -DCMAKE_SKIP_RPATH=TRUE
 make %{?_smp_mflags}
 
 


More information about the scm-commits mailing list