1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/sysutils/e2fsprogs
Matthias Andree 0346c473f7 Be more careful about what and how we link.
Only link what we need (--as-needed) to get unnecessary dependencies
out of the executables.

Be sure to properly link libc dynamically and the rest statically,
especially libgcc (-static-libgcc, should fix powerpc* builds => [1])

After two years, drop the "for now" LLD_UNSAFE=yes (r457508 by emaste@).

As e2fsprogs dlopen()s libmagic these days, our LIBMAGIC override is
useless.  Instead patch libmagic.so.1 -> libmagic.so (12.1 calls it
libmagic.so.4; patch to lib/support/plausible.c).

Refresh files/patch-misc__Makefile.in

PR:		242798 [1]
2020-02-03 00:34:15 +00:00
..
files Be more careful about what and how we link. 2020-02-03 00:34:15 +00:00
distinfo e2fsprogs security update to 1.45.5 2020-01-11 18:34:14 +00:00
Makefile Be more careful about what and how we link. 2020-02-03 00:34:15 +00:00
pkg-descr
pkg-install
pkg-message Convert to UCL & cleanup pkg-message (categories s) 2019-08-14 12:16:12 +00:00
pkg-plist