1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

math/py-z3-solver: fix build on armv7

Same issue as on powerpc.
This commit is contained in:
Piotr Kubaj 2021-11-12 14:48:46 +00:00
parent 1f08de1759
commit faacc138e0

View File

@ -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/2442