mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 09:17:20 +00:00
Fix RDMA build dependence (#1074)
RDMA module has dependence on '$(SERVER_NAME)' rather than the old style '$(REDIS_SERVER_NAME)'. Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
This commit is contained in:
parent
20f5a661f7
commit
8c19df99b5
@ -513,7 +513,7 @@ $(TLS_MODULE_NAME): $(SERVER_NAME)
|
||||
$(QUIET_CC)$(CC) -o $@ tls.c -shared -fPIC $(TLS_MODULE_CFLAGS) $(TLS_CLIENT_LIBS)
|
||||
|
||||
# valkey-rdma.so
|
||||
$(RDMA_MODULE_NAME): $(REDIS_SERVER_NAME)
|
||||
$(RDMA_MODULE_NAME): $(SERVER_NAME)
|
||||
$(QUIET_CC)$(CC) -o $@ rdma.c -shared -fPIC $(RDMA_MODULE_CFLAGS)
|
||||
|
||||
# valkey-cli
|
||||
|
Loading…
Reference in New Issue
Block a user