Files
gentoo/dev-perl/Filesys-SmbClient/files/Filesys-SmbClient-3.2-no-magic-libdir.patch
Kent Fredric 8e1cf657ae dev-perl/Filesys-SmbClient: -r bump for EAPI7 + misc toolchain love
- 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>
2020-09-11 03:02:12 +12:00

1.5 KiB