Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/strace: upgrade to 4.19 | Sören Tempel | 2017-09-08 | 1 | -2/+2 |
| | |||||
* | main/strace: upgrade to 4.18 | tmpfile | 2017-07-12 | 2 | -121/+10 |
| | |||||
* | main/strace: fix s390x build | Timo Teräs | 2017-06-19 | 2 | -20/+13 |
| | | | | | instead of patching the missing variable, provide it via CFLAGS so it is available in all files | ||||
* | main/strace: upgrade to 4.17 | Natanael Copa | 2017-06-14 | 1 | -3/+3 |
| | |||||
* | main/strace: fix temp bug in s390x | Tuan M. Hoang | 2017-04-10 | 2 | -3/+22 |
| | |||||
* | main/strace: fix pt_regs collision on ppc64le | Gustavo Romero | 2017-03-29 | 2 | -2/+23 |
| | | | | | | | | | | | | | | | | | | | strace build requires <linux/ptrace.h> and it includes <asm/ptrace.h> that, by its turn, defines the pt_regs struct. However the same struct is also define in <bits/user.h> from musl-dev, creating therefore a conflict. A solution is to add the __ASSEMBLY__ guard so pt_regs struct from <asm/ptrace.h> is not include twice, avoiding the collision in question. There is no other way to worki around that issue on Musl since it does not include the linux headers and hence has to define again the pt_regs struct in user.h and the name clashes. In glibc, for instance, user.h includes <asm/ptrace.h> from kernel and does not redefine it. Also Musl community has no better solution at the moment for this issue on ppc, so basically nothing change since [1]. [1] http://www.openwall.com/lists/musl/2016/12/30/5 | ||||
* | main/strace: upgrade to 4.16 | André Klitzing | 2017-02-21 | 1 | -4/+2 |
| | |||||
* | Revert "main/strace: fix pt_regs collision on ppc64le" | Timo Teräs | 2017-01-26 | 2 | -23/+5 |
| | | | | | | This reverts commit 56605661d6dadc843d08041e18b608f99b427d58. Breaks arm and aarch64 builds. | ||||
* | main/strace: fix pt_regs collision on ppc64le | Gustavo Romero | 2017-01-25 | 2 | -5/+23 |
| | | | | | | | | | strace build requires <linux/ptrace.h> and it includes <asm/ptrace.h> that, by its turn, defines the pt_regs struct. However the same struct is also define in <bits/user.h> from musl-dev, creating therefore a conflict. A simple solution is to add the __ASSEMBLY__ guard so pt_regs struct from <asm/ptrace.h> is not include twice, avoiding the collision in question. | ||||
* | main/strace: upgrade to 4.15 | Sören Tempel | 2016-12-22 | 1 | -4/+4 |
| | |||||
* | main/strace: upgrade to 4.14 | Sören Tempel | 2016-10-07 | 1 | -15/+15 |
| | |||||
* | main/strace: upgrade to 4.13 | Natanael Copa | 2016-08-12 | 1 | -4/+4 |
| | |||||
* | main/strace: upgrade to 4.12 | Natanael Copa | 2016-07-21 | 1 | -5/+5 |
| | |||||
* | Revert "main/strace: add musl fix" | Natanael Copa | 2016-04-27 | 2 | -27/+5 |
| | | | | | | This reverts commit 870ecaf7a71176d759f0aede06572bd59a6f1627. It broke armhf build. | ||||
* | main/strace: add musl fix | Natanael Copa | 2016-04-25 | 2 | -5/+27 |
| | | | | | <@dalias> basically linux/ptrace.h conflicts with sys/user.h on some archs <@dalias> and linux/ptrace.h is utterly useless because sys/ptrace.h defines everything needed | ||||
* | main/strace: upgrade to 4.11 | Natanael Copa | 2016-02-26 | 1 | -10/+5 |
| | |||||
* | main/strace: upgrade to 4.10 | Timo Teräs | 2015-12-18 | 4 | -38/+116 |
| | | | | fixes #4925 | ||||
* | main/strace: add mising linux-headers | Carlo Landmeter | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | main/strace: fix arm build | Timo Teräs | 2014-12-01 | 2 | -4/+21 |
| | |||||
* | main/strace: upgrade to 4.9 | Natanael Copa | 2014-10-01 | 4 | -215/+21 |
| | |||||
* | main/strace: revision bump (to resign) | William Pitcock | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | main/strace: fix musl/arm build | Timo Teräs | 2014-04-01 | 2 | -3/+16 |
| | |||||
* | main/strace: build fix uclibc after fixing musl | Natanael Copa | 2014-03-26 | 2 | -3/+19 |
| | |||||
* | main/strace: another musl fix | Natanael Copa | 2014-03-26 | 2 | -4/+14 |
| | |||||
* | main/strace: fix musl/x86_64 build | Timo Teräs | 2013-12-24 | 2 | -31/+32 |
| | |||||
* | main/[various]: fix build against musl (add update_config_sub) | Timo Teräs | 2013-09-27 | 2 | -4/+4 |
| | |||||
* | main/strace: fix musl patch to not break glibc/uclibc build | Timo Teräs | 2013-09-20 | 2 | -45/+27 |
| | |||||
* | main/strace: fix build against musl | Timo Teräs | 2013-09-20 | 2 | -9/+210 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -2/+5 |
| | |||||
* | main/strace: upgrade to 4.8 | Natanael Copa | 2013-06-06 | 1 | -2/+4 |
| | |||||
* | main/strace: upgrade to 4.7 | Natanael Copa | 2012-05-13 | 1 | -2/+2 |
| | |||||
* | main/strace: upgrade to 4.6 | Natanael Copa | 2011-03-21 | 1 | -3/+3 |
| | |||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/strace: upgrade to 4.5.20 | Natanael Copa | 2010-05-04 | 1 | -3/+3 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/strace: buildfix for kernel-headers>=2.6.32 | Natanael Copa | 2010-04-20 | 1 | -2/+10 |
| | |||||
* | main/strace: upgrade to 4.5.19 | Natanael Copa | 2009-10-27 | 1 | -2/+2 |
| | |||||
* | moved extra/* to main/ | Natanael Copa | 2009-07-24 | 1 | -0/+20 |
and fixed misc build issues |