bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug#725218: sed: FTBFS, missing PATH_MAX on hurd


From: Jose E. Marchesi
Subject: Re: Bug#725218: sed: FTBFS, missing PATH_MAX on hurd
Date: Sun, 06 Oct 2013 14:45:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

    > Attached patch01 sets PATH_MAX in d/rules.
    > Alternatively patch02 defines it in pathmax.h above.
    > 
    > Thanks for considering.
    > 
    
    PATH_MAX is not really needed, it can be replaced by any constant
    because sed anyway does reallocation if the buffer needs to be larger
    than PATH_MAX.
    
    Jose, perhaps you can change it to 200 and drop the pathmax module from
    bootstrap.conf?
    
Done. PATH_MAX is now defined in basicdefs.h in case it is not provided
externally.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]