Fix double-make issue with make && make install.#7734
Conversation
All user-supplied variables that affect the build should be explicitly persisted. Fixes redis#7254
|
@yossigo what about |
|
actually now that i gave a deeper look at the Makefile, looks like the mention of |
|
Hi, I have followed this thread: #7217. I copied that command and it helped me. There were no systemd issues afterwards. I do not see libsystemd twice in my build: [dev@vm1 ~]$ ldd /opt/app/redis/default/bin/redis-server |
|
The README seems wrong, |
|
Thanks
|
All user-supplied variables that affect the build should be explicitly persisted. Fixes redis#7254
|
readme fixed in #7739 |
All user-supplied variables that affect the build should be explicitly persisted. Fixes redis#7254
All user-supplied variables that affect the build should be explicitly persisted. Fixes redis#7254 (cherry picked from commit b35d6e5)
All user-supplied variables that affect the build should be explicitly
persisted.
Fixes #7254