Package: crtmpserver / 1.0~dfsg-3

Metadata

Package Version Patches format
crtmpserver 1.0~dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
05_dont_Werror.diff | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't set -werror
Bug-Debian: http://bugs.debian.org/625316

This package builds with -Werror, and GCC 4.6 triggers new warnings
which will make the package fail to build.  Currently a Debian patch
just passes
    -Wno-error=unused-but-set-variable and
    -Wno-error=unused-but-set-parameter
to avoid build failures, but this patch will be reverted with the
GCC 4.6.1 release, and the severity of the report will be raised.



10_disable_tests_vmtests.diff | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable tests.


13_disable_lua_config_install.diff | (download)

crtmpserver/CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 disable default install for lua config


15_use_system_lua.diff | (download)

cmake_find_modules/Find_lua.cmake | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 use system lua(lua 5.1)


16_add_header_install.diff | (download)

common/CMakeLists.txt | 4 4 + 0 - 0 !
thelib/CMakeLists.txt | 3 3 + 0 - 0 !
2 files changed, 7 insertions(+)

 update cmake rules for 'common' and 'thelib'. 
 Adds installation of the header files.


18_enable_cmake_find_default_paths.diff | (download)

cmake_find_modules/Find_lua.cmake | 2 1 + 1 - 0 !
cmake_find_modules/Find_openssl.cmake | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 enable search libs in default locations


19_gcc_4_7_compatibility.diff | (download)

common/include/platform/linux/linuxplatform.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix compatibility issue with gcc 4.7

In gcc 4.7 some functions and constants was moved to
unistd.h. This patch adds a unistd header inclusion.