Mark broken on 7.x/amd64: segmentation fault during compilation

Reported by:		pointyhat via pav
This commit is contained in:
Johan van Selst 2011-04-17 16:02:21 +00:00
parent d2e1068347
commit 904040ad0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272843

View File

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