You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-fritzbox/files/vdr-fritzbox-1.5.3-boost-1....

17 lines
466 B

From 212847f0efaeffee8422059b8e202d844174aaf3 Mon Sep 17 00:00:00 2001
From: Joachim Wilke <github.com@joachim-wilke.de>
Date: Thu, 28 Jun 2018 12:56:54 +0200
Subject: [PATCH] Add compatibility with boost 1.67
Refers to https://github.com/jowi24/vdr-fritz/issues/1
--- a/libnet++/TcpClient.cpp
+++ b/libnet++/TcpClient.cpp
@@ -19,6 +19,7 @@
*
*/
+#define BOOST_ASIO_USE_BOOST_DATE_TIME_FOR_SOCKET_IOSTREAM
#include "TcpClient.h"
#include <liblog++/Log.h>