Mark broken on 7.x/amd64: segmentation fault during compilation
Reported by: pointyhat via pav
This commit is contained in:
parent
d2e1068347
commit
904040ad0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272843
@ -93,6 +93,11 @@ PLIST_FILES= bin/pike bin/pike78 bin/hilfe
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64 sparc64
|
||||
|
||||
.if ${OSVERSION} < 800000 && ${ARCH} == "amd64"
|
||||
BROKEN= segfaults during build
|
||||
.endif
|
||||
|
||||
|
||||
.ifdef(WITHOUT_RELOCATABLE_DUMPED_MODULES)
|
||||
CONFIGURE_ARGS+= --without-relocatable-dumped-modules
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user