summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ben Hutchings [Sun, 14 Mar 2010 18:41:56 +0000 (18:41 +0000)]
Fix klibc Debian specific build trouble
Simply remove the headers_install invocation and rely on linux-libc-dev.
With these changes:
(the extra chmod was needed to allow for umask > 022) I could compile,
link and run this program:
#include <unistd.h>
int main(void)
{
write(1, "Hello world\n", 12);
return 0;
}
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
[ added multi arch support ]
Signed-off-by: Colin Watson <cjwatson@ubuntu.com>
Signed-off-by: maximilian attems <max@stro.at>
[ fixed cross building ]
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Gbp-Pq: Name klibc-linux-libc-dev
Ben Hutchings [Sat, 30 Dec 2017 22:09:36 +0000 (22:09 +0000)]
klibc (2.0.4-11) unstable; urgency=medium
* Apply i386 syscall changes from upstream (fixes FTBFS):
- [klibc] i386: remove special handling of socketcall
- [klibc] Add accept4(), handle fallback from accept() to accept4()
[dgit import unpatched klibc 2.0.4-11]
Ben Hutchings [Sat, 30 Dec 2017 22:09:36 +0000 (22:09 +0000)]
Import klibc_2.0.4-11.debian.tar.xz
[dgit import tarball klibc 2.0.4-11 klibc_2.0.4-11.debian.tar.xz]
maximilian attems [Thu, 11 Sep 2014 19:23:25 +0000 (20:23 +0100)]
Import klibc_2.0.4.orig.tar.gz
[dgit import orig klibc_2.0.4.orig.tar.gz]