mirror of
https://gitlab.com/prpl-foundation/prplos/prplos.git
synced 2025-12-20 00:56:07 +08:00
build: autoconf: set ac_cv_func_setresuid=true
MUSL and eglibc provide these symbols. Bind needs setresuid() to build properly in recent versions. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Link: https://github.com/openwrt/openwrt/pull/15952 (cherry picked from commit0bd129a5d3) Link: https://github.com/openwrt/openwrt/pull/16390 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commitb1858ffbf3)
This commit is contained in:
committed by
Petr Štetiar
parent
4b8166e093
commit
1deb0991e4
@@ -37,7 +37,7 @@ ac_cv_func_rindex=yes
|
||||
ac_cv_func_setlocale=yes
|
||||
ac_cv_func_setgrent_void=yes
|
||||
ac_cv_func_setpgrp_void=yes
|
||||
ac_cv_func_setresuid=no
|
||||
ac_cv_func_setresuid=yes
|
||||
ac_cv_func_setvbuf_reversed=no
|
||||
ac_cv_func_stat_empty_string_bug=no
|
||||
ac_cv_func_stat_ignores_trailing_slash=no
|
||||
|
||||
Reference in New Issue
Block a user