Skip to content

Commit 30d33d8

Browse files
committed
deb: s390x no WolfSSL workaround as upstream fixed in 4.6.0
wolfSSL/wolfssl#2828 lists 4.6.0 a as the fixed version as we currently have 4.8.0. Since the time of the above issue, Debian has allowed OpenSSL linking.
1 parent 070183c commit 30d33d8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

debian/rules

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@ ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
5252
endif
5353
endif
5454

55-
# Add extra flag to avoid WolfSSL code crashing the entire mariadbd on s390x. This
56-
# can be removed once upstream has made the code s390x compatible, see
57-
# https://jira.mariadb.org/browse/MDEV-21705 and
58-
# https://github.com/wolfSSL/wolfssl/issues/2828
59-
ifeq ($(DEB_HOST_ARCH),s390x)
60-
CFLAGS += -DWC_NO_CACHE_RESISTANT
61-
endif
62-
6355
# Add support for verbose builds
6456
MAKEFLAGS += VERBOSE=1
6557

0 commit comments

Comments
 (0)