summaryrefslogtreecommitdiff
path: root/dev-libs/libaio/files
AgeCommit message (Collapse)Author
2025-08-26dev-libs/libaio: fix tests on x32Sam James
This uses Andrii's patch but tweaked to accommodate GCC's r11-257-g13a46321516e2e where __ILP32__ started to be defined even for -m32. Instead, we check for x32 specifically (x86-64 and not LP64) because of x32's syscall convention. Closes: https://bugs.gentoo.org/722672 Thanks-to: Andrii Batyiev <batyiev@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2022-10-28dev-libs/libaio: drop 0.3.112Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-06-09dev-libs/libaio: restore keywords to 0.3.113; backport 32-bit test fixSam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-04-21dev-libs/libaio: add 0.3.113Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-10-19dev-libs/libaio: fix LDFLAGS orderingSam James
Signed-off-by: Sam James <sam@gentoo.org>
2020-09-18dev-libs/libaio: Removed oldLars Wendler
Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
2019-06-17dev-libs/libaio: remove unused patchMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12247 Signed-off-by: Aaron Bauman <bman@gentoo.org>
2019-06-04dev-libs/libaio: bump to v0.3.112Thomas Deutschmann
Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2019-04-24dev-libs/libaio: Added live ebuildLars Wendler
Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
2019-04-24dev-libs/libaio: Bump to version 0.3.111Lars Wendler
Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
2016-09-04dev-libs/libaio: remove unused patchesMichael Mair-Keimberger (asterix)
2015-12-05dev-libs/libaio: link against stdlib to pull the fortified functions #558406Gokturk Yuksek
When '-fstack-protector-strong' is included in CFLAGS, the function '__stack_chk_fail_local' needs to be pulled from libc. However, upstream uses '-nostdlib' to avoid linking against any C library or gcc libs. Remove '-nostdlib' and '-nostartfiles' to pull the required symbols from libc. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558406 Package-Manager: portage-2.2.20.1
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed