mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
BROKEN on amd64: Shared libraries must be compiled with -fPIC)
This commit is contained in:
parent
78f2d3d0ab
commit
d01f79fbfc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111804
@ -49,6 +49,10 @@ ANOPEUMASK?= 077
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)"
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MYSQL)
|
||||
USE_MYSQL= yes
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user