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
@@ -4,7 +4,7 @@ include ../../build/rules.make
|
||||
|
||||
LIBRARY = Mono.Security.dll
|
||||
LOCAL_MCS_FLAGS =
|
||||
LIB_REFS = bare/System
|
||||
API_BIN_REFS = System
|
||||
KEYFILE = ../mono.pub
|
||||
LIB_MCS_FLAGS = -unsafe -nowarn:1030,3009
|
||||
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672
|
||||
@@ -25,16 +25,4 @@ endif
|
||||
|
||||
include ../../build/library.make
|
||||
|
||||
$(build_lib): $(the_libdir_base)bare/System.dll
|
||||
|
||||
$(the_libdir_base)bare/System.dll:
|
||||
(cd ../System; $(MAKE) $@)
|
||||
|
||||
.NOTPARALLEL: $(the_libdir_base)bare/System.dll
|
||||
|
||||
EXTRA_DISTFILES = Mono.Security.Interface/README.md
|
||||
|
||||
#
|
||||
# Update this comment to trigger a build in System
|
||||
# +3
|
||||
#
|
||||
|
@@ -33,7 +33,6 @@ using SSA = System.Security.Authentication;
|
||||
using System.Security.Cryptography.X509Certificates;
|
||||
using System.Security.Principal;
|
||||
using System.Security.Cryptography;
|
||||
using Mono.Net.Security;
|
||||
|
||||
namespace Mono.Security.Interface
|
||||
{
|
||||
|
Reference in New Issue
Block a user