[SCM] traverso/master: Add patch to fix passing flags.
    mira-guest at users.alioth.debian.org 
    mira-guest at users.alioth.debian.org
       
    Wed Oct 11 13:45:38 UTC 2017
    
    
  
The following commit has been merged in the master branch:
commit 4264d61f8cd830a88c208fa94a22d771c4829c63
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Oct 11 15:25:12 2017 +0200
    Add patch to fix passing flags.
diff --git a/debian/patches/03-flags-passing.patch b/debian/patches/03-flags-passing.patch
new file mode 100644
index 0000000..06e4e7f
--- /dev/null
+++ b/debian/patches/03-flags-passing.patch
@@ -0,0 +1,17 @@
+Description: Fix passing flags.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: traverso/CMakeLists.txt
+===================================================================
+--- traverso.orig/CMakeLists.txt
++++ traverso/CMakeLists.txt
+@@ -326,7 +326,7 @@ ${Qt5Xml_INCLUDE_DIRS}
+ ${Qt5Xml_INCLUDES}
+ )
+ 
+-set(CMAKE_CXX_FLAGS "-fPIC")
++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
+ 
+ #Set up libraries to link with all found packages
+ LINK_LIBRARIES (
diff --git a/debian/patches/series b/debian/patches/series
index c1247d8..1ec78d0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-fix_build.patch
 02-fix_spelling.patch
+03-flags-passing.patch
-- 
traverso packaging
    
    
More information about the pkg-multimedia-commits
mailing list