libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / network / qbittorrent / patches / 02-gnu_source.patch
blob84ed315db7044cbf6b77bb36507d6a1ce42ad9e0
1 diff -Nru qbittorrent-4.5.0.orig/src/app/stacktrace.cpp qbittorrent-4.5.0/src/app/stacktrace.cpp
2 --- qbittorrent-4.5.0.orig/src/app/stacktrace.cpp 2023-01-14 20:42:09.116787672 +0000
3 +++ qbittorrent-4.5.0/src/app/stacktrace.cpp 2023-01-14 20:50:57.742537489 +0000
4 @@ -26,6 +26,8 @@
5 * exception statement from your version.
6 */
8 +#define _GNU_SOURCE
10 #include "stacktrace.h"
12 #include <boost/stacktrace.hpp>