Displaying 3 results from an estimated 3 matches for "mmuman".
2018 Nov 09
0
Re: Further nbdkit patches for Haiku
...ure of nbdkit is that the minimal set of
> requirements. So I have modified your patch (see attachment) to make
> the iconv dependency optional. Can you let me know if this works on
> Haiku or if I broke anything?
Seems to work.
> The final patch was:
>
> https://github.com/mmuman/nbdkit/commit/50ee315525258b0defae06f6e29da841ddc42b58
> build: avoid hardcoding /var/tmp by default, use P_tmpdir
>
> Unfortunately this won't work well on some Linux systems which use the
> /tmp-on-tmpdir misfeature. On these systems, /tmp has only a small,
> limited amount...
2018 Nov 06
5
Further nbdkit patches for Haiku
...ary just to compile a single
plugin, as a feature of nbdkit is that the minimal set of
requirements. So I have modified your patch (see attachment) to make
the iconv dependency optional. Can you let me know if this works on
Haiku or if I broke anything?
The final patch was:
https://github.com/mmuman/nbdkit/commit/50ee315525258b0defae06f6e29da841ddc42b58
build: avoid hardcoding /var/tmp by default, use P_tmpdir
Unfortunately this won't work well on some Linux systems which use the
/tmp-on-tmpdir misfeature. On these systems, /tmp has only a small,
limited amount of space and is backed b...
2018 Nov 09
0
Re: Further nbdkit patches for Haiku
On Fri, Nov 09, 2018 at 01:44:38AM +0100, François Revol wrote:
> Le 06/11/2018 à 10:02, Richard W.M. Jones a écrit :
> I made a patch here:
>
> https://github.com/mmuman/nbdkit/commits/tmpfix
>
> Also added one for the loader lib search path environment, which is
> different for us.
For the tmpdir patch, I changed plugins/example3/example3.c to a
simpler patch which doesn't require the variable stack allocation
(but also doesn't use TMPDIR -- it&...