[Bug 280148] net/glusterfs fails to build on Poudriere with linker error during Build Phase
Date: Wed, 31 Jul 2024 20:33:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280148 --- Comment #3 from erwin.freebsd-bugzilla@bk3.nl --- Adding the following line to the makefile "fixes" it : LDFLAGS+= -Wl,--undefined-version This is also done to a lot of other ports, haven't done any testing so it might break everything. And I suspect it's related to https://reviews.llvm.org/D135402. -- You are receiving this mail because: You are the assignee for the bug.