Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2020 10:43:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 245514] net/librsync-2.3.0 fails to build
Message-ID:  <bug-245514-7788-q0vpkggmTZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245514-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-245514-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245514

--- Comment #3 from Peter Putzer <freebsd@mnd.sc> ---
Somehow, the linker is not searching /usr/local/lib. Adding the following
snippet to /etc/make.conf allowed for successful compilation:

.if ${.CURDIR:M*/ports/net/librsync}
  LDFLAGS +=3D -L/usr/local/lib
.endif

Normally, configure should pick up the LD paths, but somehow this is not
happening here.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245514-7788-q0vpkggmTZ>