Skip to content

Commit

Permalink
fix pkg config
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinogeron authored and mnunberg committed Feb 20, 2019
1 parent ea9f9d2 commit 271f339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 >> $@

Expand Down

0 comments on commit 271f339

Please sign in to comment.