Linker name mismatch

Adam Weinberger adamw at adamw.org
Sun Oct 29 14:55:11 UTC 2017


> On 29 Oct, 2017, at 0:06, blubee blubeeme <gurenchan at gmail.com> wrote:
> 
> 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

REINPLACE_CMD is the easiest way to make a simple substitution in a Makefile. See https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow-patch.html

# Adam


-- 
Adam Weinberger
adamw at adamw.org
https://www.adamw.org



More information about the freebsd-ports mailing list