lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

930-osdefines.patch (517B)


      1 --- a/libstdc++-v3/config/os/gnu-linux/os_defines.h	2015-01-05 06:33:28.000000000 -0600
      2 +++ b/libstdc++-v3/config/os/gnu-linux/os_defines.h	2016-04-15 12:32:49.374356001 -0500
      3 @@ -41,8 +41,8 @@
      4  // Provide a declaration for the possibly deprecated gets function, as
      5  // glibc 2.15 and later does not declare gets for ISO C11 when
      6  // __GNU_SOURCE is defined.
      7 -#if __GLIBC_PREREQ(2,15) && defined(_GNU_SOURCE)
      8 +//#if __GLIBC_PREREQ(2,15) && defined(_GNU_SOURCE)
      9  # undef _GLIBCXX_HAVE_GETS
     10 -#endif
     11 +//#endif
     12  
     13  #endif