Re: [PATCH] support getconf builtin build without confstr

2023-04-13 Thread Chet Ramey
On 4/13/23 4:54 AM, Grisha Levit wrote: Currently, the getconf build fails on platforms (e.g. Android) without confstr(3) Thanks for the report. I think `getconf PATH' should always work, and return the same value that `command -p' will use, so I'm going to do this another way. Chet -- ``The l

[PATCH] support getconf builtin build without confstr

2023-04-13 Thread Grisha Levit
Currently, the getconf build fails on platforms (e.g. Android) without confstr(3) From c1a616fd5ff18a202ad934bbb23ba4d58685 Mon Sep 17 00:00:00 2001 From: Grisha Levit Date: Thu, 13 Apr 2023 04:32:04 -0400 Subject: [PATCH] support getconf builtin build without confstr --- examples/loadables