Package: websocketpp / 0.8.2-6
Metadata
Package | Version | Patches format |
---|---|---|
websocketpp | 0.8.2-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 cmake Use GNUInstallDirs.patch | (download) |
CMakeLists.txt |
4 3 + 1 - 0 ! |
[patch] cmake: use gnuinstalldirs Helps install cmakefiles in right libdir Upstream-Status: Submitted [https://github.com/zaphoyd/websocketpp/pull/854] Signed-off-by: Khem Raj <raj.khem@gmail.com> |
855.patch | (download) |
CMakeLists.txt |
2 1 + 1 - 0 ! |
[patch] fix cmake find boost with version >= 1.71 For some reasons "system;thread;random;unit_test_framework" was seen as a single module, because of the quotes. |
857.patch | (download) |
SConstruct |
45 23 + 22 - 0 ! |
[patch] update sconstruct with new python3 syntax: - new raise keyword syntax - has_key deprecated method is now removed - commands deprecated library is replaced by subprocess - print function fixes This should fix FTBFS against new scons 3.1.2 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947584 |
0001 Correct clang compiler flags.patch | (download) |
CMakeLists.txt |
2 1 + 1 - 0 ! |
[patch] correct clang compiler flags Fix misplaced quotes, this was leading to spurious ; in compiler cmdline Remove demanding libc++, clang can link with both libc++ and libstdc++ and platforms have their own defaults, user can demand non defaults via adding it to cmake flags Upstream-Status: Submitted [https://github.com/zaphoyd/websocketpp/pull/859] Signed-off-by: Khem Raj <raj.khem@gmail.com> |
1024.patch | (download) |
examples/broadcast_server/SConscript |
2 1 + 1 - 0 ! |
[patch] scons 4.2.0 no longer has env_cpp11.has_key() check env_cpp11 as an array. This fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003022 |
deb0a334471362608958ce59a6b0bcd3e5b73c24.patch | (download) |
CMakeLists.txt |
2 1 + 1 - 0 ! |
[patch] update minimum required cmake version to comply with cmake 4.0 |