Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
52fb3065
Unverified
Commit
52fb3065
authored
Feb 04, 2021
by
Yossi Gottlieb
Committed by
GitHub
Feb 04, 2021
Browse files
Fix 32-bit test modules build. (#8448)
parent
de6f3ad0
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/modules/Makefile
View file @
52fb3065
...
...
@@ -10,6 +10,12 @@ else # Linux, others
SHOBJ_LDFLAGS
?=
-shared
endif
# Needed to satisfy __stack_chk_fail_local on Linux with -m32, due to gcc
# -fstack-protector by default. Breaks on FreeBSD so we exclude it.
ifneq
($(uname_S),FreeBSD)
LIBS
=
-lc
endif
TEST_MODULES
=
\
commandfilter.so
\
testrdb.so
\
...
...
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