fix pkg config

This commit is contained in:
valentino 2019-02-17 18:19:21 +02:00 committed by Mark Nunberg
parent ea9f9d2515
commit 271f33953f

View File

@ -198,7 +198,7 @@ $(PKGCONFNAME): hiredis.h
@echo Version: $(HIREDIS_MAJOR).$(HIREDIS_MINOR).$(HIREDIS_PATCH) >> $@ @echo Version: $(HIREDIS_MAJOR).$(HIREDIS_MINOR).$(HIREDIS_PATCH) >> $@
@echo Libs: -L\$${libdir} -lhiredis >> $@ @echo Libs: -L\$${libdir} -lhiredis >> $@
ifdef USE_SSL ifdef USE_SSL
@echo Libs.private: lssl -lcrypto >> $@ @echo Libs.private: -lssl -lcrypto >> $@
endif endif
@echo Cflags: -I\$${includedir} -D_FILE_OFFSET_BITS=64 >> $@ @echo Cflags: -I\$${includedir} -D_FILE_OFFSET_BITS=64 >> $@