mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
bgp-perf: use += for MAKE_FLAGS
This commit is contained in:
@@ -20,7 +20,7 @@ MAKE_FLAGS = BINDIR="${TRUEPREFIX}/bin" \
|
||||
|
||||
# -lm needed for fmax on at least i386, sparc64;
|
||||
# uses llvm.maxnum intrinsic on amd64/aarch64 and maybe RISC-V
|
||||
MAKE_FLAGS = LDFLAGS="-lm"
|
||||
MAKE_FLAGS += LDFLAGS="-lm"
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user