diff options
author | Max Romanov <max.romanov@nginx.com> | 2017-12-05 17:06:37 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2017-12-05 17:06:37 +0300 |
commit | 0db4d2531648796a3447a409f05bd82bcc91ff9f (patch) | |
tree | 03564c3ea239684ce1572c8b7046bb9b3e3f1dbe /src/go/unit/ldflags-lrt.go | |
parent | cdf900cf2c98b4e3fad11e8b69cd2135f2c306c7 (diff) | |
download | unit-0db4d2531648796a3447a409f05bd82bcc91ff9f.tar.gz unit-0db4d2531648796a3447a409f05bd82bcc91ff9f.tar.bz2 |
Fixing Go package build in NetBSD.
Bug introduced in 585c8068a6d7.
Diffstat (limited to '')
-rw-r--r-- | src/go/unit/ldflags-lrt.go (renamed from src/go/unit/linux-lrt.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go/unit/linux-lrt.go b/src/go/unit/ldflags-lrt.go index 37ea4880..f5a63508 100644 --- a/src/go/unit/linux-lrt.go +++ b/src/go/unit/ldflags-lrt.go @@ -1,4 +1,4 @@ -// +build linux +// +build linux netbsd /* * Copyright (C) Max Romanov |