From cf258da1468ef612d2754056499a768c39b98711 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Wed, 6 Apr 2016 21:26:57 +0900 Subject: [PATCH] - fix building dotnet bindings - rel 5 --- ice.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ice.spec b/ice.spec index eb46dda..d12ea54 100644 --- a/ice.spec +++ b/ice.spec @@ -26,7 +26,7 @@ Summary: The Ice base runtime and services Name: ice Version: 3.6.0 -Release: 4 +Release: 5 License: GPL v2 with exceptions (see ICE_LICENSE) Group: Applications Source0: https://github.com/zeroc-ice/ice/archive/v%{version}/%{name}-%{version}.tar.gz @@ -219,6 +219,7 @@ export CLASSPATH=$(build-classpath db jgoodies-forms jgoodies-looks) %if %{with dotnet} %{__make} -C csharp \ + MCS=dmcs \ CFLAGS="%{rpmcflags} -fPIC" \ CXXFLAGS="%{rpmcxxflags} -fPIC -pthread" \ %ifarch x32 -- 2.44.0