Date: Fri, 12 Nov 2021 14:50:12 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: faacc138e03d - main - math/py-z3-solver: fix build on armv7 Message-ID: <202111121450.1ACEoCLW098616@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=faacc138e03d705339dc2b9e927efdddbe309071 commit faacc138e03d705339dc2b9e927efdddbe309071 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-11-12 14:48:46 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-11-12 14:48:46 +0000 math/py-z3-solver: fix build on armv7 Same issue as on powerpc. --- math/py-z3-solver/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/py-z3-solver/Makefile b/math/py-z3-solver/Makefile index ee5cb7b8fd78..6136e24d2b5b 100644 --- a/math/py-z3-solver/Makefile +++ b/math/py-z3-solver/Makefile @@ -10,6 +10,7 @@ COMMENT= Python binding for Z3 Theorem Prover LICENSE= MIT LICENSE_FILE= ${WRKSRC}/../../../LICENSE.txt +CFLAGS_armv7= -fPIC CFLAGS_powerpc= -fPIC BROKEN_i386= can't create dynamic relocation R_386_32 against symbol: .L.str in readonly segment; see https://github.com/Z3Prover/z3/issues/2442home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111121450.1ACEoCLW098616>
