Skip to content

Commit 2c0457b

Browse files
committed
packaging: skip wolfssl errors
1 parent b39bf11 commit 2c0457b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packaging/debian/rules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ ifneq (,$(filter nopcre2,$(DEB_BUILD_PROFILES)))
336336
VARS += PCRE_LIB=pcre
337337
endif
338338

339+
export WOLFSSL_EXTRA_CFLAGS=-Wno-stringop-overflow
340+
339341

340342
# support parallel compiling
341343
NJOBS =

0 commit comments

Comments
 (0)