git: a8e4694d90c1 - main - net/tcpflow: fix build on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Aug 2024 12:01:24 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a8e4694d90c12187722ae0e3353ff666cf46c9db
commit a8e4694d90c12187722ae0e3353ff666cf46c9db
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-07-31 13:52:14 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-08-04 12:00:43 +0000
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