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
path: root/mcs
diff options
context:
space:
mode:
authorEgorBo <egorbo@gmail.com>2018-01-16 02:13:07 +0300
committerMarek Safar <marek.safar@gmail.com>2018-01-16 15:49:25 +0300
commit15fad0dac29d4dc6f453c188dbaa88c832d2e760 (patch)
tree8a3cca6bfa21d3e54432e3cf418947e0da26d9e7 /mcs
parent042056452acd763e31612b1ecf7c8d46742aa469 (diff)
fix system.data ssl-bug on linux
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/System.Data/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/class/System.Data/Makefile b/mcs/class/System.Data/Makefile
index 671eda1e8bf..7428f729ec7 100644
--- a/mcs/class/System.Data/Makefile
+++ b/mcs/class/System.Data/Makefile
@@ -21,6 +21,16 @@ else
LIB_REFS += System.EnterpriseServices System.Configuration
endif
+ifdef MONO_FEATURE_APPLETLS
+LIB_MCS_FLAGS += -d:MONO_FEATURE_APPLETLS
+endif
+
+ifndef PROFILE_DISABLE_BTLS
+ifdef HAVE_BTLS
+LIB_MCS_FLAGS += -d:MONO_FEATURE_BTLS
+endif
+endif
+
TXT_RESOURCE_STRINGS = ../referencesource/System.Data/system.data.txt
RESX_RESOURCE_STRING = \
../../../external/corefx/src/System.Data.Common/src/Resources/Strings.resx \