2015-12-12 00:28:10 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Fix build under the environment that has no statvfs.
Fix my old mistake, logic inversion.
|
2015-12-03 15:37:30 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Remove target files before symlinking. Fixes bootstrap on Solaris 9.
|
2015-09-03 11:05:55 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Make __nbcompat_unvis13 static, it is not part of the interface
contract. Reorder to avoid using it before it is defined. ANSIfy.
|
2015-09-02 01:17:51 by Kamil Rytarowski | Files touched by this commit (3) |
Log message:
Add AC_GNU_SOURCE to configure.ac and regenerate autotools
This fixes build on recent ArchLinux with GCC 5.2 and GLibc 2.22.
Approved by <wiz>
|
2015-06-08 02:44:46 by Joerg Sonnenberger | Files touched by this commit (10) | |
Log message:
As the seemingly untested -Werror changes break the bootstrap at least
on Linux, update libnbcompat to 20150615:
- Assume a C89 environment and malloc, vprintf, memcpy, memset, memmove
to be present and working.
- Use full prototypes for isblank, snprintf, asprintf and strdup.
This avoids GCC failing to do conflicts with the builtins.
|
2015-05-02 14:52:59 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Reapply 1.37, but split the dependencies correctly into the header and
library dependency.
|
2015-05-02 13:59:05 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Fix build failure on many platforms.
The previous commit is obviously wrong because OBJS depends on LIB
and LIB is generated from OBJS.
And I can build this package with MAKE_JOBS=32.
|
2015-05-01 14:18:09 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Ensure that nbconfig.h is created before all object files, avoiding
mysterious failures for parallel builds.
|
2015-04-21 02:26:48 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Use canonical version of config.guess and config.sub for inplace builds.
|
2015-04-19 14:24:22 by Tobias Nygren | Files touched by this commit (2) |
Log message:
libnbcompat-20150419: provide getline(3)
|