From a8e4694d90c12187722ae0e3353ff666cf46c9db Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 31 Jul 2024 15:52:14 +0200 Subject: [PATCH] net/tcpflow: fix build on powerpc LLVM ERROR: out of memory --- net/tcpflow/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile index 2e6e164a01d3..7594315d77fc 100644 --- a/net/tcpflow/Makefile +++ b/net/tcpflow/Makefile @@ -25,6 +25,7 @@ CONFIGURE_ENV= ac_cv_lib_md_MD5=no \ ac_cv_header_tre_tre_h=no ac_cv_lib_tre_tre_regcomp=no \ ac_cv_header_sqlite3_h=no ac_cv_lib_sqlite3_sqlite3_libversion=no \ ac_cv_header_python2_7_Python_h=no ac_cv_lib_python2_7_Py_Initialize=no +CFLAGS_powerpc= -O0 CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib