summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2017-08-29 11:33:35 -0700
committerMax Romanov <max.romanov@nginx.com>2017-08-29 11:33:35 -0700
commit52ae0e69c14cb65223e23b533e0753fe8aa1e971 (patch)
treee2adb49883a5a80adfebf6e67b8c19e7ca5180c2 /auto/modules
parent73dc76b0bf87336d5e0a5d8f8c820a0c5e4de364 (diff)
downloadunit-52ae0e69c14cb65223e23b533e0753fe8aa1e971.tar.gz
unit-52ae0e69c14cb65223e23b533e0753fe8aa1e971.tar.bz2
Store and use NXT_LIBRT for go module.
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules/go2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/modules/go b/auto/modules/go
index dcbc63a5..ea1a5343 100644
--- a/auto/modules/go
+++ b/auto/modules/go
@@ -108,7 +108,7 @@ ${NXT_GO}:
install -p ./src/nginext/*.c ./src/nginext/*.h \\
./src/nginext/*.go \$(GOPATH)/src/nginext/
CGO_CFLAGS="-I\$(NXT_ROOT)/build -I\$(NXT_ROOT)/src" \\
- CGO_LDFLAGS="-L\$(NXT_ROOT)/build" \\
+ CGO_LDFLAGS="-L\$(NXT_ROOT)/build ${NXT_LIBRT}" \\
GOPATH=$NXT_GO_PATH \\
go install -v nginext