From 271f33953ff75f32d100714ae9ea2a666bca6469 Mon Sep 17 00:00:00 2001 From: valentino Date: Sun, 17 Feb 2019 18:19:21 +0200 Subject: fix pkg config --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 >> $@ -- cgit v1.2.3