diff options
author | valentino <valentino@redislabs.com> | 2019-02-17 18:19:21 +0200 |
---|---|---|
committer | Mark Nunberg <mnunberg@haskalah.org> | 2019-02-20 09:11:10 -0500 |
commit | 271f33953ff75f32d100714ae9ea2a666bca6469 (patch) | |
tree | fb868c8060337a6781ee3af68153f324867074cb | |
parent | ea9f9d2515081d191507ea055cd0e614a078d914 (diff) |
fix pkg config
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ $(PKGCONFNAME): hiredis.h @echo Version: $(HIREDIS_MAJOR).$(HIREDIS_MINOR).$(HIREDIS_PATCH) >> $@ @echo Libs: -L\$${libdir} -lhiredis >> $@ ifdef USE_SSL - @echo Libs.private: lssl -lcrypto >> $@ + @echo Libs.private: -lssl -lcrypto >> $@ endif @echo Cflags: -I\$${includedir} -D_FILE_OFFSET_BITS=64 >> $@ |