[SCM] yoshimi/master: Added patchto fix hardening.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Mar 20 17:31:29 UTC 2014


The following commit has been merged in the master branch:
commit db11136491f9c31b6b3548cf4213b93df6c4b893
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Mar 20 18:31:21 2014 +0100

    Added patchto fix hardening.

diff --git a/debian/patches/05-fix_hardening.patch b/debian/patches/05-fix_hardening.patch
new file mode 100644
index 0000000..4e1bf4a
--- /dev/null
+++ b/debian/patches/05-fix_hardening.patch
@@ -0,0 +1,23 @@
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Origin: Debian
+Description: Fix passing LDFLAGS.
+Forwarded: yes
+
+Index: yoshimi/src/CMakeLists.txt
+===================================================================
+--- yoshimi.orig/src/CMakeLists.txt	2014-03-20 16:55:52.531720116 +0100
++++ yoshimi/src/CMakeLists.txt	2014-03-20 16:58:09.692457955 +0100
+@@ -362,11 +362,11 @@
+     z
+ )
+ 
+-set (CMAKE_EXE_LINKER_FLAGS "-ldl")
++#set (CMAKE_EXE_LINKER_FLAGS "-ldl")
+ 
+ add_executable (yoshimi ${ProgSources} main.cpp)
+ 
+-target_link_libraries (yoshimi ${ExternLibraries})
++target_link_libraries (yoshimi ${ExternLibraries} "-dl")
+ 
+ install (TARGETS yoshimi RUNTIME DESTINATION bin)
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 91b76cf..6f426d3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01-gcc_flags.patch
 03-fix_compat_9_build.patch
 04-fix_FTBFS.patch
+05-fix_hardening.patch

-- 
yoshimi packaging



More information about the pkg-multimedia-commits mailing list