[Bug 290849] net/spoofdpi: Update 0.12.2 => 1.0.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 08 Nov 2025 12:38:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290849

--- Comment #7 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Work for me:
 USE_RC_SUBR=   ${PORTNAME}
 GO_TARGET=     ./cmd/${PORTNAME}
 GO_BUILDFLAGS= -ldflags="-s -w"
+CGO_CFLAGS+=   -I/usr/include
+CGO_LDFLAGS+=  -L/usr/lib
 SUB_LIST=      USER=${USERS}
 USERS=         ${PORTNAME}
 GROUPS=                ${PORTNAME}

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