aboutsummaryrefslogtreecommitdiffstats
path: root/main/libffi
Commit message (Collapse)AuthorAgeFilesLines
* main/libffi: modernizeNatanael Copa2018-09-031-7/+6
|
* main/libffi: check for __linux__ not linux on mips*Mobile Stream2018-09-032-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 Stream2018-09-031-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 archsNils Andreas Svee2017-12-191-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 Pitcock2017-10-132-2/+124
| | | | support on x86_64
* main/libffi: put headers to more standard placeTimo Teräs2017-02-271-16/+13
|
* main/libff: actually apply the fix for #4275Natanael Copa2016-01-122-7/+19
|
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/libffi: added patch which fixes #4275Francesco Colista2015-07-202-5/+22
|
* main/libffi: upgrade to 3.2.1Natanael Copa2015-01-071-4/+5
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+5
|
* main/libffi: upgrade to 3.0.13Natanael Copa2013-04-011-2/+4
|
* main/libffi: upgrade to 3.0.11Natanael Copa2012-05-111-2/+2
|
* main/libffi: upgrade to 3.0.10Natanael Copa2011-08-261-3/+3
|
* main/libffi: remove *.laNatanael Copa2011-07-011-1/+2
|
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/[various]: rebuild due to bad owner in packageNatanael Copa2010-07-201-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 packageNatanael Copa2010-07-151-1/+1
| | | | ref #384
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/libffi: new aportNatanael Copa2010-04-011-0/+27
A portable, high level programming interface to various calling conventions http://sourceware.org/libffi"