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:
parent
e77b89ce9f
commit
5d8e702c6b
5
debian/rules
vendored
5
debian/rules
vendored
@ -39,7 +39,6 @@ endif
|
|||||||
|
|
||||||
ifeq ($(DEB_HOST_ARCH), armel)
|
ifeq ($(DEB_HOST_ARCH), armel)
|
||||||
CONF_FLAGS += --with-fpu=NONE
|
CONF_FLAGS += --with-fpu=NONE
|
||||||
CONF_FLAGS += --enable-dynamic-btls
|
|
||||||
BTLS_ARCH = true
|
BTLS_ARCH = true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -52,23 +51,19 @@ endif
|
|||||||
ifeq ($(DEB_HOST_ARCH), arm64)
|
ifeq ($(DEB_HOST_ARCH), arm64)
|
||||||
MONO_BOEHM_TEST = true
|
MONO_BOEHM_TEST = true
|
||||||
CONF_FLAGS += --disable-boehm
|
CONF_FLAGS += --disable-boehm
|
||||||
CONF_FLAGS += --enable-dynamic-btls
|
|
||||||
BTLS_ARCH = true
|
BTLS_ARCH = true
|
||||||
SKIP_LIBGC = true
|
SKIP_LIBGC = true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(DEB_HOST_ARCH), i386)
|
ifeq ($(DEB_HOST_ARCH), i386)
|
||||||
CONF_FLAGS += --enable-dynamic-btls
|
|
||||||
BTLS_ARCH = true
|
BTLS_ARCH = true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(DEB_HOST_ARCH), armhf)
|
ifeq ($(DEB_HOST_ARCH), armhf)
|
||||||
CONF_FLAGS += --enable-dynamic-btls
|
|
||||||
BTLS_ARCH = true
|
BTLS_ARCH = true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(DEB_HOST_ARCH), amd64)
|
ifeq ($(DEB_HOST_ARCH), amd64)
|
||||||
CONF_FLAGS += --enable-dynamic-btls
|
|
||||||
BTLS_ARCH = true
|
BTLS_ARCH = true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user