Bugfixes for broken glibc timezone support

This commit is contained in:
2010-02-16 18:27:45 +00:00
parent e0eb9210cc
commit 8aa0cb4185
2 changed files with 6 additions and 1 deletions

View File

@@ -66,6 +66,11 @@ src_compile() {
# don't build docs, fails in docbook2html and docbook2pdf...
sed -i -e 's/ docs / /g' Makefile
# Delete the failing tests
rm -r "${WORKDIR}/${PF}"/TestSuite/TJX-Reports/
rm "${WORKDIR}/${PF}"/TestSuite/Syntax/Correct/Timezone.tjp
rm "${WORKDIR}/${PF}"/TestSuite/Syntax/Errors/Timezone.tjp
emake || die "emake failed"
}