mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-27 07:48:08 -07:00
- EAPI7 - Ensure CFLAGS passed to compiler - Rework the lib/inc handling stuff entirely, as the existing code still added its own "special" in injecting useless stuff like "/usr/lib/" into the libdir discovery, which caused linking to attempt to link 64bit code with 32bit code, before the real link. On GCC this doesn't fatal, but clang can..., so the whole thing is ripped out, the paths are hard-forced from ENV vars, and the pkgconfig magic is done in-ebuild instead of in Makefile.PL, making it less crazy, and also making it easier to change this later if its wrong. - Relocate configure.in to configure.ac to avoid an autotools.eclass AWOOOOOOOGA notice. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
1.5 KiB
1.5 KiB