diff options
author | Adam Duskett <aduskett@gmail.com> | 2018-03-09 07:52:33 -0500 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-10 19:56:25 +0100 |
commit | 768244aeb31b121de2d6747862b6039ea5a562c9 (patch) | |
tree | 8c01ecea7e697467d15812f13da233ca79cfc6ac /package/libcpprestsdk/0002-include-sys-time-for-struct-timeval.patch | |
parent | 80950fc78191a4e00eef8bac90fbcaf0ae2f0aa5 (diff) | |
download | buildroot-768244aeb31b121de2d6747862b6039ea5a562c9.tar.gz buildroot-768244aeb31b121de2d6747862b6039ea5a562c9.zip |
libcpprestsdk: bump to v2.10.2
Remove upstream patches as well.
Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libcpprestsdk/0002-include-sys-time-for-struct-timeval.patch')
-rw-r--r-- | package/libcpprestsdk/0002-include-sys-time-for-struct-timeval.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/libcpprestsdk/0002-include-sys-time-for-struct-timeval.patch b/package/libcpprestsdk/0002-include-sys-time-for-struct-timeval.patch deleted file mode 100644 index 12f049bf7b..0000000000 --- a/package/libcpprestsdk/0002-include-sys-time-for-struct-timeval.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 25453f9c186cf441881b06bc5503d979acb0ab75 Mon Sep 17 00:00:00 2001 -From: Adam Duskett <aduskett@gmail.com> -Date: Mon, 23 Oct 2017 09:38:11 -0400 -Subject: [PATCH] Include sys/time.h for struct timeval - -This is needed with musl. - -Upstream-Status: Accepted -Signed-off-by: Adam Duskett <aduskett@gmail.com> ---- - Release/include/cpprest/asyncrt_utils.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/Release/include/cpprest/asyncrt_utils.h b/Release/include/cpprest/asyncrt_utils.h -index 8faa2dc..aab87a5 100644 ---- a/Release/include/cpprest/asyncrt_utils.h -+++ b/Release/include/cpprest/asyncrt_utils.h -@@ -28,6 +28,7 @@ - #endif - - #ifndef _WIN32 -+#include <sys/time.h> - #include <boost/algorithm/string.hpp> - #if !defined(ANDROID) && !defined(__ANDROID__) && defined(HAVE_XLOCALE_H) // CodePlex 269 - /* Systems using glibc: xlocale.h has been removed from glibc 2.26 --- -2.13.6 - |