| Age | Commit message (Collapse) | Author |
|
This removes now-unneeded patch that removes '-flto' from CFLAGS, but leaves the
job specifier as-is. As of now, Cache-Memcached-Fast builds just fine with LTO
enabled.
For instance, if '-flto=16' is present in CFLAGS, the patch would only remove
the '-flto', leaving '=16' as an argument to a compiler. '=16' not being a valid
option, results in a build failure.
Closes: https://bugs.gentoo.org/946880
Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/39837
Closes: https://github.com/gentoo/gentoo/pull/39837
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Setting the historical record back up.
Original patch contents from 3a948a110ad8e44beba6a6ae3edf67b8cca66981
and researched as originating via an upstream PR
Bug: https://github.com/JRaspass/Cache-Memcached-Fast/pull/11
Fixes: ea4662b23662390eca5b9865852047e4143ec86b
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22546
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/722848
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
|
|
- EAPI6
- Parallelize tests
- Significantly expand test coverage by running a memcached test
instance when testing
- Fix building failures on Perl with -flto
- Add USE="examples"
Upstream:
- Return undef on server errors
- Prevent undefined values causing SEGV
- Avoid superflouous evals in new()
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
This patch injects a few missing dependency rules in the generated
Makefile that resolves the parallelism problem.
Thanks to Diego Elio Pettenò for reporting.
Bug: https://bugs.gentoo.org/299972
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
|