summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvalentino <valentino@redislabs.com>2019-02-17 18:19:21 +0200
committerMark Nunberg <mnunberg@haskalah.org>2019-02-20 09:11:10 -0500
commit271f33953ff75f32d100714ae9ea2a666bca6469 (patch)
treefb868c8060337a6781ee3af68153f324867074cb /Makefile
parentea9f9d2515081d191507ea055cd0e614a078d914 (diff)
fix pkg config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 111dee8..815c9d8 100644
--- a/Makefile
+++ b/Makefile
@@ -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 >> $@