Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
42ec8e8c
Unverified
Commit
42ec8e8c
authored
May 25, 2018
by
Salvatore Sanfilippo
Committed by
GitHub
May 25, 2018
Browse files
Merge pull request #4946 from soloestoy/linux-make-lrt
append -lrt to FINAL_LIBS for linux
parents
e4f5c049
2711f053
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
42ec8e8c
...
...
@@ -100,7 +100,7 @@ ifeq ($(uname_S),FreeBSD)
else
# All the other OSes (notably Linux)
FINAL_LDFLAGS
+=
-rdynamic
FINAL_LIBS
+=
-ldl
-pthread
FINAL_LIBS
+=
-ldl
-pthread
-lrt
endif
endif
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment