You've already forked linux-packaging-mono
Imported Upstream version 5.14.0.78
Former-commit-id: 3494343bcc9ddb42b36b82dd9ae7b69e85e0229f
This commit is contained in:
parent
74b74abd9f
commit
19234507ba
@ -3,17 +3,14 @@ SUBDIRS =
|
||||
include ../../build/rules.make
|
||||
|
||||
ifndef NO_MONO_SECURITY
|
||||
MONO_SECURITY_DLL=$(the_libdir_base)/Mono.Security.dll
|
||||
MONO_SECURITY=Mono.Security
|
||||
MONO_SECURITY = Mono.Security
|
||||
endif
|
||||
|
||||
LIBRARY = System.Security.dll
|
||||
API_BIN_REFS := System.Numerics
|
||||
LIB_REFS = secxml/System bare/System.Xml $(MONO_SECURITY)
|
||||
API_BIN_REFS := System.Numerics System.Core
|
||||
LIB_REFS = $(MONO_SECURITY) System System.Xml
|
||||
KEYFILE = ../msfinal.pub
|
||||
LIB_MCS_FLAGS = \
|
||||
-nowarn:414,618 \
|
||||
-d:SECURITY_DEP,SYSTEM_SECURITY_DLL
|
||||
LIB_MCS_FLAGS = -nowarn:414,618 -d:SECURITY_DEP
|
||||
|
||||
LOCAL_MCS_FLAGS =
|
||||
|
||||
@ -30,13 +27,3 @@ EXTRA_DISTFILES = \
|
||||
RESX_RESOURCE_STRING = ../../../external/corefx/src/System.Security.Cryptography.Xml/src/Resources/Strings.resx
|
||||
|
||||
include ../../build/library.make
|
||||
|
||||
$(build_lib): $(secxml_libdir)/System.dll $(MONO_SECURITY_DLL)
|
||||
|
||||
$(secxml_libdir)/System.dll:
|
||||
(cd ../System; $(MAKE) $@)
|
||||
|
||||
$(the_libdir_base)/Mono.Security.dll:
|
||||
(cd ../Mono.Security; $(MAKE))
|
||||
|
||||
.NOTPARALLEL: $(secxml_libdir)/System.dll $(bare_libdir)/Mono.Security.dll
|
||||
|
@ -10,7 +10,6 @@ System.Security.Cryptography.Pkcs/SignedCms.cs
|
||||
System.Security.Cryptography.Pkcs/SignerInfo.cs
|
||||
System.Security.Cryptography.Pkcs/SignerInfoCollection.cs
|
||||
System.Security.Cryptography.Pkcs/SignerInfoEnumerator.cs
|
||||
../System.Core/System.Security.Cryptography.X509Certificates/RSACertificateExtensions.cs
|
||||
System.Security.Cryptography.X509Certificates/X509Certificate2UI.cs
|
||||
System.Security.Cryptography.X509Certificates/X509SelectionFlag.cs
|
||||
|
||||
|
Reference in New Issue
Block a user