diff options
author | Baruch Siach <baruch@tkos.co.il> | 2018-10-15 21:38:28 +0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-10-16 14:48:27 +0200 |
commit | 13dcc69a39da97f615627553e88113ba455875ea (patch) | |
tree | f3a503ed356c9fefb058d08c1d653cfeb7177187 /package/python-py/python-py.mk | |
parent | f099ef68166ad84eb204df8a04e97c00aae99b4c (diff) | |
download | buildroot-13dcc69a39da97f615627553e88113ba455875ea.tar.gz buildroot-13dcc69a39da97f615627553e88113ba455875ea.zip |
ntp: fix build without libcap and no threads
When threads support is missing the ntp build system builds the
work_fork code. This code added call to set_user_group_ids() that is
under HAVE_DROPROOT, which is disabled when libcap is not built.
Add a patch fixing that.
Fixes:
http://autobuild.buildroot.net/results/ab9/ab9ceff1151b8b5e6b9fa77d39c0f9b0cac1a080/
Cc: Artyom Panfilov <apanfilov@spectracom.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-py/python-py.mk')
0 files changed, 0 insertions, 0 deletions