Remove --enable-dynamic-btls, it is the only option

(cherry picked from commit 4a39ad63c0ada3f51e9d030ade439538c582c116)

# Conflicts:
#	debian/rules


Former-commit-id: add7a18e78657e9c66784aae99f39f194f00729d
This commit is contained in:
Alexander Köplinger 2017-05-18 13:04:52 +02:00
parent e77b89ce9f
commit 5d8e702c6b

5
debian/rules vendored
View File

@ -39,7 +39,6 @@ endif
ifeq ($(DEB_HOST_ARCH), armel)
CONF_FLAGS += --with-fpu=NONE
CONF_FLAGS += --enable-dynamic-btls
BTLS_ARCH = true
endif
@ -52,23 +51,19 @@ endif
ifeq ($(DEB_HOST_ARCH), arm64)
MONO_BOEHM_TEST = true
CONF_FLAGS += --disable-boehm
CONF_FLAGS += --enable-dynamic-btls
BTLS_ARCH = true
SKIP_LIBGC = true
endif
ifeq ($(DEB_HOST_ARCH), i386)
CONF_FLAGS += --enable-dynamic-btls
BTLS_ARCH = true
endif
ifeq ($(DEB_HOST_ARCH), armhf)
CONF_FLAGS += --enable-dynamic-btls
BTLS_ARCH = true
endif
ifeq ($(DEB_HOST_ARCH), amd64)
CONF_FLAGS += --enable-dynamic-btls
BTLS_ARCH = true
endif