python-sipsimple: Add patch to fix build with GCC 10

This commit is contained in:
2020-07-23 19:29:24 +01:00
parent e7d03906b8
commit b17e9702c7
2 changed files with 26 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ DEPENDENCIES="
DEFAULT_SRC_PREPARE_PATCHES=(
"${FILES}"/${PNV}-fix-build.patch
"${FILES}"/0001-Fix-build-with-LibreSSL-2.7.patch
"${FILES}"/${PN}-gcc10-fix.patch
)
src_compile() {