diff options
| author | Philip Potter <philip.g.potter@gmail.com> | 2016-08-30 23:05:07 +0100 |
|---|---|---|
| committer | Franz Pletz <fpletz@fnordicwalking.de> | 2016-08-31 00:05:07 +0200 |
| commit | 66726acfae5a60457a4582df78c452a813879325 (patch) | |
| tree | 77e6c84e83fa31e8ac5690db00aa61014a13f92b /pkgs/development/python-modules/python-sql | |
| parent | 986e64280e40edb7b03e40216204e2f7fbe4e396 (diff) | |
sysklogd: fix compile error (#18133)
sysklogd was failing to build because it didn't know the size of the
`union wait` type.
Running `git bisect` showed 9744c7768d0e6920623a16a4e9d604de2fd52f34,
which bumped glibc from 2.23 to 2.24, as the likely suspect. This is
corroborated by evidence such as this email:
https://lists.debian.org/debian-glibc/2016/08/msg00069.html
Linux from scratch recommends changing `union wait` to `int`:
http://www.linuxfromscratch.org/lfs/view/development/chapter06/sysklogd.html
Therefore, that's what this commit does.
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
0 files changed, 0 insertions, 0 deletions
