Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/libffi: add linux-headers to depends-dev | alpine-mips-patches | 2018-12-18 | 1 | -2/+3 |
| | | | | Public header ffitarget.h wants <asm/sgidefs.h> on mips*. | ||||
* | main/libffi: add patch fixing compilation issue with mips softfloat | Nils Andreas Svee | 2018-12-10 | 2 | -1/+161 |
| | | | | Taken from upstream: https://github.com/libffi/libffi/commit/7a0d2c83bf2b0422e2d0ed297f847fc1eeb88bb3 | ||||
* | main/libffi: modernize | Natanael Copa | 2018-09-03 | 1 | -7/+6 |
| | |||||
* | main/libffi: check for __linux__ not linux on mips* | Mobile Stream | 2018-09-03 | 2 | -1/+14 |
| | | | | | The latter is not available in -std=c99 (e.g. as used by python3 build) and ffitarget.h tries to include sgidefs.h from a wrong location. | ||||
* | main/libffi: fix native build on mips* | Mobile Stream | 2018-09-03 | 1 | -1/+1 |
| | | | | | | libffi needs asm/sgidefs.h on mips* from linux-headers however abuild ignores makedepends_host in native build if makedepends is set explicitly. The usual makedepends="$makedepends_build $makedepends_host" is not added by this patch because abuild properly reconstructs it. | ||||
* | main/libffi: add linux-headers dependency on mips archs | Nils Andreas Svee | 2017-12-19 | 1 | -0/+2 |
| | | | | | libffi depends on the asm/sgidefs.h kernel header, so if we're compiling on MIPS, add linux-headers to makedepends_host | ||||
* | main/libffi: add new pax mprotect race condition fixes, don't use emutramp ↵ | William Pitcock | 2017-10-13 | 2 | -2/+124 |
| | | | | support on x86_64 | ||||
* | main/libffi: put headers to more standard place | Timo Teräs | 2017-02-27 | 1 | -16/+13 |
| | |||||
* | main/libff: actually apply the fix for #4275 | Natanael Copa | 2016-01-12 | 2 | -7/+19 |
| | |||||
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -1/+0 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | main/libffi: added patch which fixes #4275 | Francesco Colista | 2015-07-20 | 2 | -5/+22 |
| | |||||
* | main/libffi: upgrade to 3.2.1 | Natanael Copa | 2015-01-07 | 1 | -4/+5 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -1/+5 |
| | |||||
* | main/libffi: upgrade to 3.0.13 | Natanael Copa | 2013-04-01 | 1 | -2/+4 |
| | |||||
* | main/libffi: upgrade to 3.0.11 | Natanael Copa | 2012-05-11 | 1 | -2/+2 |
| | |||||
* | main/libffi: upgrade to 3.0.10 | Natanael Copa | 2011-08-26 | 1 | -3/+3 |
| | |||||
* | main/libffi: remove *.la | Natanael Copa | 2011-07-01 | 1 | -1/+2 |
| | |||||
* | main: mass-rebuild of packages missing arch in .PKGINFO | Natanael Copa | 2011-03-31 | 1 | -1/+1 |
| | | | | this is needed for apk-tools-2.1 migration | ||||
* | 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/[various]: rebuild due to bad owner in package | Natanael Copa | 2010-07-20 | 1 | -1/+1 |
| | | | | | | | | | | Busybox got static in 3860ada6cdc107477a4de9bbc2b92d73495b66e8 causing fakeroot to break and owners got bad in all packages built after that. This got fixed in 7f3e98913b36d3254e0000765c9822423c0364e0 but all broken packages needs to be rebuilt. fixes #387 | ||||
* | main/libffi: move .so to -dev package | Natanael Copa | 2010-07-15 | 1 | -1/+1 |
| | | | | ref #384 | ||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/libffi: new aport | Natanael Copa | 2010-04-01 | 1 | -0/+27 |
A portable, high level programming interface to various calling conventions http://sourceware.org/libffi" |