pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/46003 (bootstrap failed on Linux with gcc 4.6.1 because of libutil.h location)
Synopsis: bootstrap failed on Linux with gcc 4.6.1 because of libutil.h location
State-Changed-From-To: open->closed
State-Changed-By: maya%NetBSD.org@localhost
State-Changed-When: Thu, 05 Sep 2019 09:56:00 +0000
State-Changed-Why:
This has been fixed for a while, the current code is:
#if HAVE_BSD_LIBUTIL_H
# include <bsd/libutil.h>
#elif HAVE_LIBUTIL_H
# include <libutil.h>
#endif
Thanks for the report!
Home |
Main Index |
Thread Index |
Old Index