Date: Sun, 29 Oct 2017 14:06:58 +0800 From: blubee blubeeme <gurenchan@gmail.com> To: FreeBSD Ports <freebsd-ports@freebsd.org> Subject: Linker name mismatch Message-ID: <CALM2mE=jOxS8nmvA3VU60DAtTcW0xGsx6axa=aGbfOZfJnvBng@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
I'm compiling a port and the linker is failing because the linker is looking for -lUppercaseSoname but the shared object name doesn't start with an uppercase. Can I change the way the linker flags are passed to replace: -lSoname with -lsoname
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALM2mE=jOxS8nmvA3VU60DAtTcW0xGsx6axa=aGbfOZfJnvBng>