libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / developer / gcc-10 / patches / 0013-libstdc-v3-illumos-and-Solaris-haven-t-needed-lrt-in.patch
blobf10aaf99cc879318ee907ea90cbd1c6e7707148b
1 From df15dd5fe1a76ef4b8fe1ef028947b1d68b511f5 Mon Sep 17 00:00:00 2001
2 From: Richard Lowe <richlowe@richlowe.net>
3 Date: Mon, 29 Oct 2018 18:21:34 +0000
4 Subject: [PATCH 13/34] libstdc++v3: illumos and Solaris haven't needed -lrt in
5 a long time
7 Originally from Andy Fiddaman <andy@omniosce.org>
8 ---
9 libstdc++-v3/acinclude.m4 | 1 -
10 libstdc++-v3/configure | 1 -
11 2 files changed, 2 deletions(-)
13 diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4
14 index b6557a43465..2af8ba56345 100644
15 --- a/libstdc++-v3/acinclude.m4
16 +++ b/libstdc++-v3/acinclude.m4
17 @@ -1446,7 +1446,6 @@ AC_DEFUN([GLIBCXX_ENABLE_LIBSTDCXX_TIME], [
18 ac_has_nanosleep=yes
20 solaris*)
21 - GLIBCXX_LIBS="$GLIBCXX_LIBS -lrt"
22 ac_has_clock_monotonic=yes
23 ac_has_clock_realtime=yes
24 ac_has_nanosleep=yes
25 diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
26 index 766a0a8d504..1aa657d443f 100755
27 --- a/libstdc++-v3/configure
28 +++ b/libstdc++-v3/configure
29 @@ -20525,7 +20525,6 @@ fi
30 ac_has_nanosleep=yes
32 solaris*)
33 - GLIBCXX_LIBS="$GLIBCXX_LIBS -lrt"
34 ac_has_clock_monotonic=yes
35 ac_has_clock_realtime=yes
36 ac_has_nanosleep=yes
37 --
38 2.31.1