[darktable] trying to disable rpath

madko madko at fedoraproject.org
Sun Mar 2 11:31:53 UTC 2014


commit c730fbda8e78838e02a3b5480c3885d11ec0ef2f
Author: Edouard Bourguignon <madko at linuxed.net>
Date:   Sun Mar 2 12:26:49 2014 +0100

    trying to disable rpath

 darktable.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/darktable.spec b/darktable.spec
index 67143ff..ea3165d 100644
--- a/darktable.spec
+++ b/darktable.spec
@@ -71,6 +71,7 @@ mkdir buildFedora
 pushd buildFedora
 %cmake \
         -DCMAKE_LIBRARY_PATH=%{_prefix} \
+	-DCMAKE_BUILD_WITH_INSTALL_RPATH=OFF \
 	-DLIB_INSTALL=%{_libdir} \
         -DDONT_INSTALL_GCONF_SCHEMAS=ON \
         -DUSE_GEO=ON \


More information about the scm-commits mailing list