Add patch for a working NTP, suggested by @chron0

Patch from https://bugzilla.redhat.com/show_bug.cgi?id=1188074#c3
This commit is contained in:
nemunaire 2015-02-07 21:04:51 +01:00
commit 11cfc5dcd0
3 changed files with 22 additions and 1 deletions

View file

@ -29,3 +29,7 @@ src_unpack()
git-r3_src_unpack
unpack_set_extraversion
}
src_prepare() {
epatch "${FILESDIR}"/000_ntp_fix.patch
}