Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Kazakov <vladimir.kazakov@live.com>2017-07-02 13:31:33 +0300
committerVladimir Kazakov <vladimir.kazakov@live.com>2017-07-24 19:57:26 +0300
commit7ede70ad8e444a57fb56a2627cae2b0061d8f22e (patch)
treea984eeea90674ae2793885878f04872e90b9483b /mcs/class/System.Security/Makefile
parent9b1fa3e38f6461f4e7d3379322e58c3f87b399e2 (diff)
XMLDSIG transforms from .NET Core.
Diffstat (limited to 'mcs/class/System.Security/Makefile')
-rw-r--r--mcs/class/System.Security/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index 8602d8ff40a..a1b0b9fe5f0 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -9,9 +9,9 @@ endif
LIBRARY = System.Security.dll
LIB_REFS = secxml/System bare/System.Xml $(MONO_SECURITY)
-LIB_MCS_FLAGS = -nowarn:618 \
- -d:SECURITY_DEP \
- -nowarn:414
+LIB_MCS_FLAGS = \
+ -nowarn:414,618 \
+ -d:SECURITY_DEP,SYSTEM_SECURITY_DLL
LOCAL_MCS_FLAGS =