Package: mbuffer / 20230301+ds1-1
Metadata
Package | Version | Patches format |
---|---|---|
mbuffer | 20230301+ds1-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
pipe buf.patch | (download) |
log.c |
143 47 + 96 - 0 ! |
use fpathconf() if pipe_buf is not defined. |
typos.patch | (download) |
ChangeLog |
24 12 + 12 - 0 ! |
fix some grammatical and typographical errors. |
test library.patch | (download) |
Makefile.in |
4 2 + 2 - 0 ! |
use cppflags and ldflags for idev and tapetest, too. |
tapetest format.patch | (download) |
tapetest.c |
2 1 + 1 - 0 ! |
open more than 1000 files in tapetest. |
internal symbol.patch | (download) |
tapetest.c |
3 0 + 3 - 0 ! |
drop __use_gnu; _gnu_source is the correct symbol. |
libmhash so version.patch | (download) |
hashing.c |
2 1 + 1 - 0 ! |
look for libmhash.so.2, not libmhash.so. The libmhash.so file is usually just a symlink installed by the development package so that the build-time linker can find the proper shared object to look symbols up in and to record the SONAME into the executable file. On most Linux distributions that make a distinction between development packages and shared library packages, it is very unlikely that a *.so file will exist at runtime. |
cppflags.patch | (download) |
Makefile.in |
2 1 + 1 - 0 ! |
honor cppflags during compilation. |
build stamp.patch | (download) |
Makefile.in |
7 4 + 3 - 0 ! |
fix the build file and directory dependencies. Create a build/created.stamp file and depend on it instead of the build/ directory itself when checking for stale object and executable files. This fixes a problem with make(1) considering everything as out of date since the build/ directory's timestamp has been updated after the object files within it. |
cross.patch | (download) |
configure.in |
2 1 + 1 - 0 ! |
unbreak cross-compilation: we do not need target tools. |
decrease numblocks.patch | (download) |
mbuffer.c |
5 5 + 0 - 0 ! |
do not try to allocate more than the available memory. |
verbose test.patch | (download) |
Makefile.in |
3 2 + 1 - 0 ! |
display the mbuffer defaults before the test. |