Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | */*: unkeyword ~ia64 | Arthur Zamarin | 2024-09-12 | 1 | -1/+1 |
| | | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> | ||||
* | sys-fs/mdadm: EAPI=8, return -fPIE | Arthur Zamarin | 2024-09-12 | 1 | -0/+125 |
sys-fs/mdadm fails to compile. Makefile has `CWFLAGS ?= -Wall -Werror` and ebuild overwrites that. Then ld failes with: ld: mdadm.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a PIE object; recompile with -fPIE Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> |