mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +08:00
Merge pull request #6187 from openSUSE/netgo
Add netgo build tag to static binary
This commit is contained in:
@ -43,7 +43,7 @@ let
|
||||
]);
|
||||
src = ./..;
|
||||
EXTRA_LDFLAGS = ''-linkmode external -extldflags "-static -lm"'';
|
||||
BUILDTAGS = ''static apparmor selinux seccomp systemd varlink containers_image_ostree_stub'';
|
||||
BUILDTAGS = ''static netgo apparmor selinux seccomp systemd varlink containers_image_ostree_stub'';
|
||||
})).override {
|
||||
gpgme = (static pkgs.gpgme);
|
||||
libseccomp = (static pkgs.libseccomp);
|
||||
|
Reference in New Issue
Block a user