[Buildroot] [PATCH] ntp: fix build for no-MMU with libcap

Peter Korsgaard peter at korsgaard.com
Tue Oct 23 23:06:30 UTC 2018


>>>>> "Baruch" == Baruch Siach <baruch at tkos.co.il> writes:

 > Commit 87d759ced5 (ntp: fix build for no-MMU) added a patch to make MMU
 > dependent code hidden behind HAVE_WORKING_FORK. It turns out that the
 > patch covers too much code. When libcap is enabled we pass
 > --enable-linuxcaps, which in turn enables HAVE_DROPROOT. This adds calls
 > to code that is covered by HAVE_WORKING_FORK.

 > Update the no-MMU fix so that HAVE_WORKING_FORK only covers the no-MMU
 > incompatible routine.

 > Fixes:
 > http://autobuild.buildroot.net/results/c5c/c5cf28bb969fec7c07864cdd094dedfa4d5439d2/

 > Cc: Artem Panfilov <apanfilov at spectracom.com>
 > Signed-off-by: Baruch Siach <baruch at tkos.co.il>

Committed to 2018.02.x and 2018.08.x, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list