[Bug 245514] net/librsync-2.3.0 fails to build
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Apr 12 10:43:42 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245514
--- Comment #3 from Peter Putzer <freebsd at 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 += -L/usr/local/lib
.endif
Normally, configure should pick up the LD paths, but somehow this is not
happening here.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list