aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-String/(developers-only)
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2025-12-26 13:54:48 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2025-12-26 13:54:48 +0000
commit94bfefa08c261179447f9f3777a277fedffbf74c (patch)
treea127e5b8722e1ee6914aaefc52c7191b2827cf96 /math/p5-Math-String/(developers-only)
parent9fb28eb395327d7e897028c1c9a31a1476071c78 (diff)
net/uvgrtp: pass down BUILD_SHARED_LIBS to fix the port's buildHEADmain
By specifying add_library(... SHARED) we were instructing CMake to build all but one objects in PIC mode, in turn causing the infamous "relocation R_X86_64_32S cannot be used against local symbol" error upon linking the program. Mend this by using the documented and cleaner BUILD_SHARED_LIBS approach. While here, fix an IF block open/close arguments mismatch CMake warning. Reported by: pkg-fallout
Diffstat (limited to 'math/p5-Math-String/(developers-only)')
0 files changed, 0 insertions, 0 deletions