支持Debian静态构建
This commit is contained in:
parent
52d1c4aa05
commit
4c09dce14a
10
build-static-bin.sh
Normal file
10
build-static-bin.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
libcap=$(pkg-config --libs --static libcap)
|
||||
libpcap=$(pkg-config --libs --static libpcap)
|
||||
dbus=$(pkg-config --libs --static dbus-1)
|
||||
a="'"
|
||||
|
||||
eval "CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -ldflags ${a}-extldflags \"-static ${libpcap} ${dbus} ${libcap} -lc\"${a}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user