From 29673bc6dc37f205890fa1090e58d757bd262afb Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Jun 05 2019 16:36:18 +0000 Subject: Link against GNU strerror_r varaint correctly --- diff --git a/corefx-optflags-support.patch b/corefx-optflags-support.patch index 2d0c603..a445618 100644 --- a/corefx-optflags-support.patch +++ b/corefx-optflags-support.patch @@ -20,9 +20,9 @@ index f4a30ad6cb..f2db68402a 100644 + +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 diff --git a/dotnet2.1.spec b/dotnet2.1.spec index b10471b..9ff5bb5 100644 --- a/dotnet2.1.spec +++ b/dotnet2.1.spec @@ -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 @@ echo "Testing build results for debug symbols..." %{_libdir}/%{simple_name}/sdk/%{sdk_version} %changelog +* Mon Jun 03 2019 Omair Majid - 2.1.507-2 +- Link against GNU strerror_r varaint correctly + * Thu May 16 2019 Omair Majid - 2.1.507-1 - Update to .NET Core Runtime 2.1.11 and SDK 2.1.507