#26 Link against GNU strerror_r varaint correctly
Merged 4 years ago by rhea. Opened 4 years ago by omajid.
dotnet-sig/ omajid/dotnet-2-1 master  into  master

@@ -20,9 +20,9 @@ 

   

  +

  +set (PREVIOUS_CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})

- +set (CMAKE_CXX_FLAGS "")

+ +set (CMAKE_CXX_FLAGS "-D_GNU_SOURCE")

  +set (PREVIOUS_CMAKE_C_FLAGS ${CMAKE_C_FLAGS})

- +set (CMAKE_C_FLAGS "")

+ +set (CMAKE_C_FLAGS "-D_GNU_SOURCE")

  +

   # We compile with -Werror, so we need to make sure these code fragments compile without warnings.

   # Older CMake versions (3.8) do not assign the result of their tests, causing unused-value errors

file modified
+4 -1
@@ -33,7 +33,7 @@ 

  

  Name:           %{simple_name}2.1

  Version:        %{sdk_version}

- Release:        1%{?dist}

+ Release:        2%{?dist}

  Summary:        .NET Core CLI tools and runtime

  License:        MIT and ASL 2.0 and BSD

  URL:            https://github.com/dotnet/
@@ -329,6 +329,9 @@ 

  %{_libdir}/%{simple_name}/sdk/%{sdk_version}

  

  %changelog

+ * Mon Jun 03 2019 Omair Majid <omajid@redhat.com> - 2.1.507-2

+ - Link against GNU strerror_r varaint correctly

+ 

  * Thu May 16 2019 Omair Majid <omajid@redhat.com> - 2.1.507-1

  - Update to .NET Core Runtime 2.1.11 and SDK 2.1.507