summaryrefslogtreecommitdiffhomepage
path: root/auto/shmem
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/shmem
parent73dc76b0bf87336d5e0a5d8f8c820a0c5e4de364 (diff)
downloadunit-52ae0e69c14cb65223e23b533e0753fe8aa1e971.tar.gz
unit-52ae0e69c14cb65223e23b533e0753fe8aa1e971.tar.bz2
Store and use NXT_LIBRT for go module.
Diffstat (limited to 'auto/shmem')
-rw-r--r--auto/shmem1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/shmem b/auto/shmem
index 48665649..8fd5c3f4 100644
--- a/auto/shmem
+++ b/auto/shmem
@@ -13,6 +13,7 @@ nxt_feature_libs=
if [ "$NXT_SYSTEM" = "Linux" ]; then
nxt_feature_libs=-lrt
+ NXT_LIBRT=-lrt
fi
nxt_feature_test="#include <sys/mman.h>