Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2017 08:55:07 -0600
From:      Adam Weinberger <adamw@adamw.org>
To:        blubee blubeeme <gurenchan@gmail.com>
Cc:        FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   Re: Linker name mismatch
Message-ID:  <75DD5B62-900F-4F6A-AF11-8678042A25EB@adamw.org>
In-Reply-To: <CALM2mE=jOxS8nmvA3VU60DAtTcW0xGsx6axa=aGbfOZfJnvBng@mail.gmail.com>
References:  <CALM2mE=jOxS8nmvA3VU60DAtTcW0xGsx6axa=aGbfOZfJnvBng@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> On 29 Oct, 2017, at 0:06, blubee blubeeme <gurenchan@gmail.com> wrote:
>=20
> I'm compiling a port and the linker is failing because the linker is
> looking for
>=20
> -lUppercaseSoname
>=20
> but the shared object name doesn't start with an uppercase.
>=20
> 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-pa=
tch.html

# Adam


--=20
Adam Weinberger
adamw@adamw.org
https://www.adamw.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?75DD5B62-900F-4F6A-AF11-8678042A25EB>